Wondering if this is possible. Here's the situation -
1. Inserting data into a sql table that builds a primary key in the sql table itself (so data from Alteryx goes in, but the primary key is incremented according to the sql table logic)
2. Need to reference this primary key (in the table above) later in the workflow as it is a foreign key in another table
3. The primary key in step #1 of course isn't built until the data is inserted, so the insert needs to come before the input data tool grabs those keys back later in the workflow
The problem is that Alteryx doesn't run the input tools within the 'flow' of the workflow - so when a lengthy workflow is executed, you'll see the input data tools start grabbing data way down the workflow path, even though the flow of data isn't close to getting there yet. Essentially the input data tools aren't synced with the workflow. I can see the purpose here for general performance, but there doesn't seem to be a delay mechanism if needed.
Anyone have an idea? There are of course workarounds here but looking for the most simplistic approach possible. Thanks!