Hi,
This is my first post so please let me know if this needs to be structured differently.
I have created an automated cloud flow which takes inputs from an MS Form before creating the Name and Value of the inputs into an array. I assess each of the array items in an apply to each loop and if the condition is true, then the value of the array item is written to an excel workbook.
The first item in my array has a Name of Requestor Name and a value which is the MS Form input. I've created a compose to bring back only the Name from the array, which shows in the outputs as Requestor Name. When my condition looks at the output of the compose and assesses whether this is equal to Requestor Name, the result is false. Please help.