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
Solved! Go to Solution.
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