Hello,
how can I create a SQL query like this one in flow:
SELECT [Name] ,[Address] ,[City] ,[E-Mail]
FROM [dbo].[Customer]
WHERE [No_] = '12345678'
I suppose I can use only Get Rows action because I have SQL on-prem. But how I can convert my SQL query to the flow?
Here is my flow:
