Hello together,
is it possible to add multiple replace functions into one value? In the attached scenario I try to replace regular expressions with some other text. Unfortunately I have several expressions, each of which needs to be replaced with different text. So I wonder if I can add multiple replace functions in the value of item 3 of the webhook arguments and if so, how to separate them. I already tried just to add another replace-function behind the first one which didn’t work.
Do you have any suggestions?
The replace() function does allow regular expressions and it makes it much easier to read. I have to go test it out for @Stephanie’s request before I suggest an approach first. Without testing a REGEX I am loathe to suggest anything.
Nested solution work great. But they are very difficult to create in the editor because of formatting issues. And changing them sometimes creates more issues.
4 Likes
This is great, just what I needed. It worked on the first try. Thank you very much for the quick and detailed answer
4 Likes