RegEx in Automated Decisions

Can you use RegEx in automated decisions? It looks like you can but when I try to do it, it takes the default path. I know my RegEx is correct because I can use a pattern match step and match on the same data in the same loop.

yes

{{Step}} =~ /.+/

1 Like