SQL Query That Uses Variable From Flow
Comments
-
I am wanting to save a SQL Query from the Query Editor that can find entities based on the value of created data in a flow.
Is there a way to use the created data from the flow in a SQL Query?
For Example: Im generating a Variable called OwnerId that can be the id of the current user OR a NULL value. I want to save a query that can find an entity based off the value of that OwnerId
-
Hello,
This documentation should help you with that SQL query database integration: [url=https://documentation.decisions.com/docs/parameterized-queries]https://documentation.decisions.com/docs/parameterized-queries[/url]
Hopefully this helps!Roshun
-
[quote=roshun@decisions.com]Hello,
This documentation should help you with that SQL query database integration: [url=https://documentation.decisions.com/docs/parameterized-queries]https://documentation.decisions.com/docs/parameterized-queries[/url]
Hopefully this helps!Roshun[/quote]
Thanks Roshun we will give this a try!