Replace Multiple Variable with Database Data

Lets Assume i have a text:
Hi {{first_name}},
i see that you are working as {{jobtitle}} at {{company}} in {{location}}.

I want to replace the placeholders with Data from one Datatype. I have 10 Placeholders and i dont want to use 10 times Find&Replace.

Anyone who knows a more efficient way to replace the Variables in the Backend?

If this is a body of text you editing, you can just highlight the placeholders and insert dynamic data instead.

The Text is dynamic. Would be easy otherwise :smiley:

Yea maybe :find&replace would be the only way :grimacing:

I’ve seen plugins have key/value pairs when sending email template values, but I don’t think it’s worth it to use a plugin just for this unless it was a huge number of things to replace :flushed: