Hi Vivek,
You could add IN clause values as parameters as below
Hi Vivek,
Can you create a string variable in your microflow called Parameter1 and loop over your list of values so that Parameter1 = 'Germany, France, UK, ... ' and then pass that single parameter to your DB query? This would work for any n number of parameters.
In the screenshot above, your query would always be
SELECT * FROM customers WHERE country in ({Parameter1})
Hi Vivek,
you can add parameter indeed , see below