I want to connect "Queries" option from azure devops to my sharepoint list using power automate.
I have a custom query in the "queries" option in azure devops that has data.
How can I transfer that data into sharepoint list using power automate?
Just as @Sam Nseir mentioned, the action of Get query results
under Azure Devops connector can help get the query results in Azure DevOps. Then, you may consider to Create item
in SharePoint list with the results. However, once the query results changed, to synchronize the update into SharePoint list will be difficult.
For this, I generated a simple workflow for your reference.
Kindly note that the item ID
will be changed after each re-creation. You may consider using a custom column in the SharePoint list to identify each work item from the query result. Hope the sample could help.