Hello,
Working from the following post, i was able to get multi-choice values displaying in my Send email flow by initializing variables and adding an append function, but i cannot get the Skip function below it to work correctly, which i believe should be removing the first comma in the email body of my flow - does anyone have any insight as to why this is not working correctly for me? I tried playing with the number in the skip expression (e.g. ,2 ,3 etc.), but that did not work
Thank you in advance
Can you post a screen shot of the output of the Compose action with the split expression after a run please?
Also, add another compose action and set it to the value of the MultiCat variable and post a screen shot of the output after a run.
@chunkeymonkey88 Pls have a look this post if you are handling comma issue.
https://www.gopenly.in/how-to-extract-value-from-sharepoint-multiple-choice-values-column-in-flow/
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
It appears as though the skip is doing what it is supposed to. Can you post screen shots of what is inside of your loop showing as much detail as possible to include the email please?
Thanks again, @ScottShearer. Before the skip i have the initialize variable and append string functions you had outlined in your post that i had referenced originally, and after the skip i have a second 'Apply to Each' condition which has multiple Or conditions based on the category values that i have in the SharePoint list column, and then directly after that i have a an 'If Yes' - 'Send an Email (V2)' that uses multiple Dynamic values and an HTML body that calls the 'MultiCat' variable values that were chosen in the form at 2 places within the body (screenshot below).
Hope this is helpful
In your case, you can just refer to the Category Value directly in your email - no need for the string variable or compose action. You are looping through each of the selected values and sending an email for each one. Is that what you intended?
Hi @ScottShearer thank you again and no, the intention is that each of the values chosen in the form would be displayed in those sections of the email. My email was only sending one email before for each of the values chosen.
If i am understanding correctly, when i tried replacing those Multicat variable values in the HTML body of the email with the 'Category Value' dynamic value, i then received 3 separate emails for each of the multi-choice values i picked in the form (Data, Roles and Responsibilities and Training) - which is what i do not want
If you want a single email, then you should not be in a loop.
Hi @ScottShearer to clarify, remove the first apply to each in my flow, but keep the initialize variable and compose, then keep my Apply to each 2 with the conditions, and then build the email with the compose added instead of MultiCat i was referencing before?
I should have been more clear...
Thanks again @ScottShearer . When i try to Re-add the condition and email action, it automatically puts it within a Loop, i think because it knows there are multiple choices - is there a way around this?
Can I see the rest of the apply to each 2 loop please?
Hi @ScottShearer here is what was in the original apply to each 2 loop (i had not added anything to the new one i was trying to create based on your instructions because it immediately applied the Loop when i picked 'New Step' - 'Condition' and added the multi-choice field (Category) as the Dynamic Value).
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
43 | |
30 | |
28 | |
23 | |
23 |