We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Alteryx workflow info in Alteryx Gallery Mongodb

pnaveen
7 - Meteor

Hi,

 

I have created a dashboard from Alteryx gallery table collections and i am trying to add workflows of apps. I am trying to identify the table and join conedition to add my workflow 

 

I seen appinfo and apppackage but not sure which filed to pick and the join condition of these tables with the collelction table . anyone please advice, thanks

 

 

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @pnaveen ,

 

appInfos and collections from the AlteryxGallery database. You have to match the appInfos _id with the collections applicationID (you will have an array of applicationIDs per collection)

Here is more about the collections (tables): https://help.alteryx.com/20241/en/server/configure/database-management/mongodb-management/mongodb-sc...

 

Best,

Fernando