Connect Variable and String in Argument for Parameter in Email Module

1
Hi all, currently I’m setting up an Sign Up process with the Email Module from the AppStore.  For the Email text I would like to use a prepared text and a personalized name. The name is located in a variable in my microflow. I am not able to use multiple arguments for the mailtext.  I tried + but it does not work. If I use either the variable or the string it works. Any suggestions how to solve this? Many thanks :)
asked
2 answers
2

Have you tried to retrieive the Current User Object in the microflow and then use the attributes from the object in the string?

answered
1

Great, thanks!

answered