Replace Text on multiple occurances

Hello all,

I have a body of text to send out emails from a template with multiple variables within it say firstname, lastname, appointmenttime, consultantname. I currently am using multiple replace text modules to be able to take these variables out and feed in the actual data from my airtable. The issue I am facing is that the emails are going out very frequently and this is causing operations to become too much for such a simple task. Is there not a module that you can use to find multiple parts within the text and just replace them if they exist rather than having to chain together multiple modules?

Use inline replace function

Make Sure to create placeholder that can be identified. For example [[Firstname]] and not just fristname.

Hey, thanks for the response how would i do this for multiple variables though like firstname, lastname, location, appointmenttime without having to use multiple of these? I currently use a similar fashion but its using so many operations just to send an email?

You can use this function multiple times in one inline operation.

like this: replace(replace())