Hello,
I have a requirement to create a temp sql table from output in alteryx and then use that table in another SQL query with inner join.
So Step 1 (create a temp table in sql) -> Step2 (use the table created in another sql join query) but these two steps are happening in parallel but are required to be in sequence.
I have tried using 'Block until done' tool and macros but none works. Please provide some ideas on this.