Hi!
I have an automation connected to a Microsoft Planner and a Microsoft Form in which I list all the buckets on a Planner plan, and I need to compare if the Name of the bucket is similar (equals to or contains, not an issue) to the answer given by the user on a Microsoft Form (it's a multiple choice question in which the user can select only one option).
How can I loop through all the buckets listed (I get this array of buckets using the Power Automate native connector) and compare the Name of the Bucket to the Form Answer, and then, when I get a match (or a boolean true), I define a variable with the ID of the bucket found?
I tried some things, but it seems I'm not implementing For Each + Condition > Action in the correct way...
Thank you all in advance.