I am struggling to build a flow that is triggered conditionally based on form responses.
I have a form for suggestion submissions, which is broken down by different categories. The form is branched (so if the suggestion pertains to category A, it will take you to category A questions, rather than category B and C).
I am trying to built a flow for approvals based on the different category answers. For example, if the responders select Category A, and answer Category A questions, the approval process will only pull answers from category A, rather than B and C.
So far I have the following built:
When a new response is submitted -> get response details -> Condition 1 (which category) equals to (category a).
If yes, -> start and wait for approval.
If no -> nothing yet.
Apply to each -> responses -> Condition 2 (responses) is equal to (approve)
If yes -> send email for approval
If no -> send email for rejection
The flow checker keeps bringing up this error in relation to the email for approval
I have no idea how to fix it....... send help.
Solved! Go to Solution.
1. Compare your condition with 1 Static value. You are comparing 2 dynamic values.
2. Instead of responses use "Outcome". Responses gives you full body of the request. "Outcome" will give you string. Either "Approve" or "Reject".
3. Use "Respondent's Display Name" in an email.
I've figured it out. not sure what i did but i sorted it.
1. Compare your condition with 1 Static value. You are comparing 2 dynamic values.
2. Instead of responses use "Outcome". Responses gives you full body of the request. "Outcome" will give you string. Either "Approve" or "Reject".
3. Use "Respondent's Display Name" in an email.
User | Count |
---|---|
93 | |
39 | |
24 | |
21 | |
16 |
User | Count |
---|---|
129 | |
49 | |
48 | |
31 | |
25 |