My parent flow calls the child flow as its very last step, like so:
My child flow has the response action as its very last step, like so:
And here is my child flow's run user connections:
The error I am still getting:
The workflow with id 'f1959090-aba4-ea11-a812-000d3a6aaf70', name Export Resident cannot be used as a child workflow because it is missing a response action.
What else should I do? Am I supposed to edit my parent flow to somehow receive and validate the response sent by my child flow? How do I do that? Is there an action for that?
I just want two flows to run one after another, so that my users are only required to click one button and not two. Is this absolutely most basic requirement of running a flow from another flow somehow not supported by "run a child flow"? Does it have to be complicated by adding responses and HTTP/JSON whatevers to the recipe?
Solved! Go to Solution.
I solved my problem.
In my child flow, I used the Response action under the Request connection:
And this is my very basic Response action:
I solved my problem.
In my child flow, I used the Response action under the Request connection:
And this is my very basic Response action:
User | Count |
---|---|
101 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
37 | |
26 |