I have the following flow that I'm running into the 8-nesting limit. In the box titled "Child", I still have 1 more level to go.
The problem is that in the parent I need to pass a LOT of values to the child: A get request, get profile, and 3 compose actions. Google results in a lot of simple examples which I can create and they work but have no relevance in a real use case, so I get the principal but not the practice.
Here are the details of the parent that I need to pass to the child. Where do I start? The input of each compose is highlighted
No, I can't use a switch case, nested condition, or Multi-condition. Each condition evaluates a yes/no condition for one input, if it passes it then evaluates the next input....so forth, and each fail has a different response that uses some of compose outputs and will ultimately include a Approve action under each fail with a final approve under the final pass condition (and each approve action will have different inputs and outputs).
FWIW this is a flow that will take a user request for something, where the user has any combination of 7 request parameters and each request parameter has multiple choices, and each of the 7 levels has a condition that must be satisfied before being sent to approver, each approver is a different department and each of the 7 approvals triggers a different approval message.

Report
All responses (
Answers (