Conditions Rule builder
Is there a best practice for this type of case where you need to compare between values without having to load so many variables?
I leave examples, I hope to give to understand
Thank you
-
You could use the "matches regex" option. You can do a range or a set of values using a regex. I will say that regex syntax is not easy and comes in a couple of flavors. I am guessing that this would be JavaScript style here. Here is a useful tutorial on regex with a tool you can use to test your expressions.
https://www.regextutorial.org/
There are also libraries of regex expressions that you can look through and find one that does what you need and then just plug in your values.
Please sign in to leave a comment.
Comments
1 comment