Hi all,
I’m trying to perform the following filter query on the ‘List all items present in table’ Fin and Ops action:
contains(Comments, '@{variables('toFind')}')
However, nothing is being returned, even if the toFind variable contains a real substring of the field.
Even more strangely is that if I use a filter array after finding all records with the following parameters:
item()?['Comments'] contains "variables('toFind')"}]}
I get the exact result I expect, however I need to be filtering with the List all action, so this is not suitable.
Does anyone know how I might fix this or other approaches I can try? Thank you!