Hi.
I am attempting to create a system where the user can create a type of notice, set a template then the user can “send” the user a notice where the main text element would be prefilled with the notices template.
At the template creation I want the user to be able to reference the user’s name etc so for example I could type:
“Hello, {usersfirstname}.” Bubble would take the data within {} and then somehow turn that into a dynamic field and place the correct data in.
Maybe this is possible with something like find and replace and regex but unfortunately, this really does seem to be above my brain power at the minute.