Hello,
I'm wondering if I'm building my workflow incorrectly, and just wanted to verify if I need to break it out into 3 seperate or if there is a way to just use one.
Currenlty I have a workflow with a HTTP Trigger, I parse this payload and based on the data I have 3 scenarios I want to fulfill. Each scenario I've tied to a Form, and using a switch in the flow designer I pick the approriate Form.
Everything is working perfectly, except I realized that the response trigger is only capturing the two responses from Form A.
My question is, how can I capture the response information from Form B and Form C as well if they end up getting selected in the flow instead? (not sure if it matters, but the response actions are the same for all three forms, 1 for Accept, 2 for escalate).
Thanks!
Comments
Please sign in to leave a comment.