Hello,
I am looking for a way to grab/filter placeholders in a text.
A text field contains several placeholders (i.e. %%%First_Name%%%, %%%Last_Name%%% and %%%Email_Address%%%. And I want to replace those placeholders with the corresponding values from a previous step in a Zap.
So the text will look like this:
Hello %%%First_Name%%% %%%Last_Name%%%,
thanks for subscribing with %%%Email_Address%%%.
Thanks a lot,
Michael
And it should be replaced with:
Hello John Doe,
thanks for subscribing with jon.doe@mail.com.
Thanks a lot,
Michael
I know there is a Zapier replace feature, but I was thinking about a more flexible solution and I don’t want to use a new “Replace” step for each placeholder.
How can I do this?
Thanks for help,
Michael