I need to determine what actions I need to take to create a flow based off a Multiple choice response.
I have tried many different options; initialize variable, split, join , join json, and still haven’t gotten the flow to work correctly with any of the options I have tried. I get the array error, unable to process template language… cant apply each unless it is array… etc. It is also telling me my “1PM” option is not valid??
Here is the scenario:
I have created a form, which the questions/responses are based off the time of day. An excel template is filled in based off the time of the selected response and an email is sent with this template. I should only have one email sent at the given time selected. Ex: emails sent at 9AM with the 9AM responses, 1PM with the 1PM responses, etc.
Forms First question choices are

I have created a Apply to Each with the 5 Conditions options. Each condition should only run if the condition before has failed.


Each Condition has the same If Yes flow; except the Run Script will insert different response based off the time selected

My problem is trying to get the “script” responses into an array for the Apply to Each to work. I have been working on this for 3 weeks and still can’t get it to work.
Can anyone suggest what will work?