Hey,
I have a large input form that I am making but I am having trouble making a condition that makes it so my object creation workflow only runs if a certain input has exactly 17 characters. I’m not sure how I should go about this. Any advice?
Hey,
I have a large input form that I am making but I am having trouble making a condition that makes it so my object creation workflow only runs if a certain input has exactly 17 characters. I’m not sure how I should go about this. Any advice?
Add a condition to the workflow Only when Input’s value’s:number of characters = 17
Or, if you want to show an error message, add an alert that runs if Input’s value’s number of characters = 17 and then another action that terminates the workflow (for the same condition).
Oh wow, I never knew you could put a conditional for the actual workflow like that. Thanks!
This topic was automatically closed after 70 days. New replies are no longer allowed.