Hi,
I am trying to build a flow where I am passing list of unique ids in comma separated string.
I want to use this list to read the user's information from SQL, but I am not good with odata query filters, I am getting an error when I test the flow.
Can anyone suggest a solution? - how to filter with list of ID's and get information of those ID's
Example :
Filter Query : ColumnName in ( 67, 68, 72)
Thanks!!