Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to Dynamically take new tables to already existing workflow

Nirvisha
5 - Atom

I have a workflow that has 12 tables i.e., each table is each month.Now I need to dynamically add the new month table to workflow as soon as it enters the database.I'm using oracle db

Can anyone please help me with that.

1 REPLY 1
cjaneczko
13 - Pulsar

Its hard to tell without knowing the names and structures of your tables. But you would likely want to start off by using the Dynamic Input tool. Set the tool up to pull from an existing database and have it update the Table name it pulls from. Select the Modify SQL query radio button and add a new condition to update the string that contains the table name.

Labels
Top Solution Authors