Hi All,
Not sure if i'm doing this the right way if or it's even possible.
There's 2 part to my workflow.
The first part works fine. It gets a list of account numbers from an excel file and concatenates them into a string.
The second part is where i'm stuck.
I'm connecting to relational database and have a SQL query written, but I want the string from the first part of the workflow to be added to the SQL query without me having to go in and manually update the query each time.
Is there a way for this to be automatically updated/modified?
The account numbers from the first part of the workflow will be different each time i run it so i need the SQL query to be updated each time.