Hi All,
I have a scenario where i want to send briefings to various staff lists via email with options which are triggered from the creation of an item in Lists.
The basic way i want it to work is:
I have managed to make it work with the Append to Spring Variable but this sends one email with every email address. This is fine except once one person clicks one of the options, the options are not available to any other recipients.
What I think I need is to use Append to Array Variable so there is one email per email address but I can't seem to make it work in the same way as the string variable.
My Current flow with the string variable is below.
First Part
Second Part
@Flynnbags okay so if you want to send email individually to user, in that case, move the Send Email action inside the Apply to each 4 action, instead of sending email to the all email address which are appended in Emails variable.
Hi @annajhaveri ,
The Data Type is as below:
The problem I'm having is that I need a response to the options from every person the email goes to. When i use the string, the first person to click an option is the only one who can answer, the options disappear for everyone else.
In a nutshell, what I have now is one email sent to many users, whereas what I want to end up with is one email sent to each user individually so that each user can pick an option response.
Thanks for your help,
David
@Flynnbags append to string variable logic seems to be fine in your flow, what issue are you facing exactly here, is it just getting one email address? Also what is the data type of the column in SharePoint list which stores user's emails?