Re: How to return results from an array that contain a substring from a column in another array?
Hi @tsnowden
while iterating over SQL rows try contains operator
you can try the below code in composing an expression so the outcomes shall be true/false accordingly you can proceed further
contains(variables('Apply_to_each')['column'],'DEF1234')
Thanks
Please click Accept as Solution on this reply if it helped to solve your issue, and thumbs-up if you feel this is useful or important in other ways as a boost.