Hi All,
I am building a report for my team with the data I can find on the Alteryx API.
I have a table with all data connections we have stored in the gallery and I wanted now to show all related workflows using those data connections.
Do you know if such a content can be found somewhere?
I would be interested as well to data regarding all inputs used in a workflow....is it available?
Thanks a lot for your help,
D.
Solved! Go to Solution.
You need to download all workflows, read them as xml to check all data connections they are using.
Hi @Davide11
You can read each XML row as a record. then I'd use Formula tool to find rows containing the input or output tool and parse the code.
In order to convert all .yxmd to XML please see the following post
Hope this helps, if it does please like this post and if it helps resolve your problem, mark it as a solution so other community members can see it!
If you have any other questions, please let us know.