Forum Discussion
AndresNoguera
Nov 27, 2023Brass Contributor
Obtain the list of collection names in a MS Syntex Model from PowerAutomate?
Hi community,
It is possible to obtain the list of collection names in a MS Syntex Model from Power Automate?
I have a flow in power automate and I need to compare if the value obtained after Syntex classification and extraction is available in the list of collections configured in the model.
Initially I was validating against the list of collections created in SharePoint or in an array inside the flow. But this generates an additional maintenance, since if a new collection is created, this value must be added to the list in SharePoint or to the array created within the flow.
So I need to know if it is possible that from power automate I can get the list of collections created in the model.
1 Reply
- spucelik
Microsoft
Within the Syntex content center there is the Models and Model Settings library/list. You can use the Graph API to get the column information from the Model Settings list, which contains the URL the model was deployed to. https://learn.microsoft.com/en-us/graph/api/list-list-columns?view=graph-rest-1.0&tabs=http