Hi Experts,
I have a flow that creates/updates ADO work item when a list item is created/modified on SharePoint.
I'm looking for a way to update my SharePoint List Item when that same item is updated on Azure DevOps. The list has 5 fields (Name, Employee ID, Hours Worked, Amount, Status).
When a user updates "Status" field in Azure DevOps work item, it should update the "Status" field in SharePoint list item as well.
Both SharePoint and Azure DevOps fields are same. So if any of the fields are updated on Azure DevOps, it should make the exact same update on SharePoint list too.
It would be great if someone can share some ideas/examples. Thanks.