Hi,
How do I remove blanks for certain columns in my workflow?
GEtting an error:
Thanks.
Solved! Go to Solution.
What is the error that you're getting @wonka1234 ?
@wonka1234 try the formula !IsEmpty(Trim([Field]))
@Kenda getting error: Parse Error at Char (364) : Malformed function call.
Looks like the error is occuring at the end of my filter.
It is difficult to help without being able to actually see your full expression, but my recommendation would be to double check all of your parenthesis.
If that doesn't help, could you possibly share your full expression?
I was missing a bracket, sorry.