Common Regex

0
Hi, I want to use my regex in multiple places, had a look at Regular Expression but dont know how to call it. Is that correct way?
asked
1 answers
1

AFAIK regular experssion objects can only be used in the validation rules for entities.

If you want reusable experssions create java actions for this and expose them as microflow actions could be a viable alternative.

answered