Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

Dynamically Load Tags for Database Tables either reading by excel file or Table

srivallak
7 - Meteor

Hi,

 

We have more than 30000 tables in Alteryx Connect. Is there a way we can load Dynamically Tags for Database Tables either reading by excel file or Table in to Alteryx connect interface. We are manually updating in connect front end interface which is consuming lot of time. Appreciate if there is a solution for automation part.

 

Thanks

Sri

 
 

 

1 REPLY 1
OndrejC
Alteryx
Alteryx

Hi @srivallak ,

in Connect 2020.3 we have introduced API for updating so you can use (/rest/1/field endpoint to set your fields).

OndrejC_0-1600933420955.png

 

Swagger documentation can be accessed over (?) in Connect top right menu.

OndrejC_1-1600933477966.png

 

this should help you with your topic.

 

Ondrej