Trim a Name to get a Variable
I'm sure this is an easy solve but I haven't been able to figure it out yet. I want to take a document name "BB Design Review FPO PROOF" and remove the " FPO Proof" from the name so it only returns the variable "BB Design Review". Goal is to match the name with a matching Workflow Template with the same name.
Does anyone know how to do this? I tried using the replace function to replace FPO Proof with a space and then trim that, but it didn't work.