Hello,
Given a field with constraint >0 & <=99999999, I need to validate, in a workflow, if an integer token value satisfies that constraint. In doing so ***I do not want to hard code the condition*** (see rationale below); in fact I'm confident the workflow can retrieve the constraint in the LF Database, but what is the mechanism that applies the string >0 & <=99999999 against a token value and return a boolean value?
Rationale: I do not want to change the workflow's condition when the field's constraint is changed in the admin console
Thanks in advance,
Louis-Simon