Hello folks! Let's say....

A node of "condition" where var=foobar if {{var}} matches /(foobar)/i OK! Match! How can I get this regex match "foobar" on the next block? Something like $1 or \1, even matches[0] ? Thank you!
1 Reply
Baptiste
Baptiste8mo ago
You should do it in a set variable block with custom code

Did you find this page helpful?