What method can be used to iterate through a lot of variables in a zap to search and replace all instances of a specific string with another string. My specific need is to replace all instances of ‘N/A’ with an empty string (‘’) in 40+ variables. I know this can be done on individual variables using formatter, but this method is neither practical or scalable. This also eats up a lot of steps in your plan.
Ideally the result would be that the content of the variables themselves are altered as mapping them to additional variables that contain the result would be a hot mess. For example If I had a variable ‘Foo’ with a value of ‘N/A’ and a variable Foo2 with a value of ‘N/A’, I would want the result to be that Foo has a value of ‘’ and Foo2 has a value of ‘’ (Rinse and repeat for 40+ other variables).
I’ll need to access the individual values of each of the 40+ variables after the string replacement.
Question
Search and replace multiple variables
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


