
Announcements
Hi !
I have a sharepoint list where users can enter some data. That triggers a flow to create an AzureDevops work item. Now, I would like to create another flow, so when the work item is created in azure it will get the unique id and map it with the AzureDevopsID column in Sharepoint.
How can I achieve that? Can anyone help? Sounds easy but cannot really figure it out. Any screenshots or guidance will be appreciated!
🙂
Hi @BlackMamba
You can get unique id from the output of 'Create a work item' which you could use for updating the item. Pls make sure that either add trigger condition or use 'Get changes for an item or a file (properties only)' action to avoid infinite loop on item update.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.