SQL Database Where IN Query
SQL Database Where IN Query
Comments
-
It seems like we have no way of handling a string list using the Add Query screen, as the string parameter will always append the opening and closing apostrophes needed for a string value. Ive attached a flow that uses a Raw SQL step to run the query. We first create a list of IDs, then merge the ID list into a single string formatted for the SQL query.
This will return your expected results.