Hello everyone,
I'm trying to build a flow with some basic filtering.
When someone submit an answer in Microsoft Forms i need every response to be sent to specific people, and some specific answers to be sent to different people as well).
I'm not sure if i'm on the right way, but if i am it was going to work.
Thank you,
Hi @Danche1 ,
The "Filter array" action is designed to filter arrays, but since "get response details" returns an object, I believe it may not be suitable for your scenario. If you need to create branches based on specific answers, I suggest using the "Condition" action to make the judgment.
I think this link will help you a lot:
https://learn.microsoft.com/en-us/power-automate/add-condition
Best Regards,
Bof