
Announcements
Good morning,
I am currently using Power Automate Desktop for a process where I need to execute a SQL query.
My question is whether it is possible to pass a variable within the SQL statement itself, for example in a WHERE clause like:
WHERE date = %date%
The idea is to be able to pass a dynamic date value to the query at runtime.
Thank you very much in advance for your help.