Alteryx Designer Desktop Discussions

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

No Table Chosen; Please select a table from data source

Hey Team, I am getting issue with output Data activity where I am writing data to the database with dynamic data input, does anyone know workaround to get this sorted out?

 

image.png

3 REPLIES 3
jdminton
12 - Quasar

The message is indicating that you have not assigned a table to write to. Can you include the configuration window for the output data tool? You can blur or cut the image to obscure the server address, if needed.

Hey jdminton, this is my configuration 

 

Screenshot 2024-06-04 170948.png

 

And here is my SQL Details 

 

 

'odb:Provider=MSOLEDBSQL.1;Password='+[Password]+';Persist Security Info=True;User ID='+[Username]+';Initial Catalog='+[DatabaseName]+';Data Source='+[ServerName]+';Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=UK007561;Initial File Name="";Use Encryption for Data=True;Tag with column collation when possible=False;MARS Connection=False;DataTypeCompatibility=0;Trust Server Certificate=True;Application Intent=READWRITE;MultiSubnetFailover=False;Use FMTONLY'

jdminton
12 - Quasar

At the end of that string should be three pipe characters ||| followed by a starting table name. You need something there to start for Alteryx to be able to update the table name as you are requesting. Set up the connection again and when it asks for a table name, type in anything. I used test in my example.

Snag_1e522d7e.png

 

Labels
Top Solution Authors