Hello ,
Currently have a flow that he output is the list of string below. I have my own list and need to compare it to the list of arrays below. Is this possible in Power automate and if anyone can get me started on how to build it, it would be greatly appreciated.
I tried to use the conditional statement like this Hello3 > is equal to > Output_String. I dont want to use "contain' because if not it will return true for hello, hello2, hello3, hello4 not just Hello3.
My_list:
Hello3
Morning2
need to compare against this output below
Output_String:
[
[],
['Hello',
'Hello2,
'Hello3',
'Hello4],
['Morning',
'Morning2',
'Moring3]
]