So i’m using the value validation in order to check the length of a couple fields.
Obviously when trying to update the record the user is hit with the error, as well as the message i have set up.
My problem here is it’s an error message, which is not user friendly
How could I customize the error into a friendlier message.
Thanks a lot for you response, yes the screenshot above is a result of the error step workflow + field validation, but i’m unable to customize things like not showing : ({“field”:“field_name”}), could you please guide me more in-depth on how to really really tailor the message.
I prefer the error step as it forbids the persisting of the data.
Im using the error variable, currently.
Lets say i want to write my own message, but i still need dynamic things like field names for example. How can I isolate the field’s names from the errorMessage variable ?
Dont remember such a request before so you’re threading new ground. But I’m sure the error object can be parsed and the necessary data can be extrapolated out.