Multiple Text Parser to one Flow

Welcome to the Make community!

You can use the built-in function replace, which is “chainable”, or “nestable”.

e.g.:

replace(replace(replace(replace(replace(replace(1.text; "find1"; "replace1"); "find2"; "replace2"); "find3"; "replace3"); "find4"; "replace4"); "find5"; "replace5"); "find6"; "replace6");

For more information, see the function documentation in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

Partner & Custom Apps

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like