I want to update my SQL Query with values that my other workflow is providing for example if the workflow is giving list of following accounts(1,22,3,45,5) I want my SQL Query to update automatically.
Select * from Table_name where Account in(1,22,3,45,5);
Can you please help me with it? It would be really helpful if you could explain with a Workflow. Thank you for help