Hey all, I've just started using flow but trying to learn as much as I can by looking through the documentation. I'm trying to create a flow that will forward an email all users within a specific department (based on the subject of the email, and whether or not it contains the department)
Is there something in flow I can use to pull the username of each corresponding user, and then have their name added to the body? I was looking through the Dynamic Content tags and couldn't find anything. Something like below:
"Hey [FIRST.NAME],
Here is the report for your department. Thanks!"
This will be the first of many personalized emails I'd like to set up with flow, and thought being able to add the user name to the body would be a nice touch.