Hi!
I've created a flow that is triggered when a new item is created from a SharePoint list. One action is to 'Send an Email v2' that sends a confirmation back to the person who submitted the entry with a copy of all of their answers.
Three of the fields are multiple-choice and PA was turning on Apply to Each and sending multiple emails for each separate answer for the multiple-choice answers. I used the solution in this post to turn these answer values into variables and add commas between each selected choice so it is readable. https://powerusers.microsoft.com/t5/Building-Flows/How-to-joint-multiple-string-with-comma-in-Apply-to-each-loop/m-p/833296#M116561
The problem now is, one of these multiple-choice fields are not required and when it is left blank, the flow is stopped and won't proceed forward. I've tried going into the "Configure Run After" settings of the actions related the non-required fields and letting it continue if skipped or failed, but that hasn't done the trick.
Any ideas how to make it so it will continue running the flow even if there is no value for array3? Screenshots below of fields related to the non-required field.
Thank you!


