Error handling failed Workflows - How to get the URL to use in SP List

Brass Contributor

Hi there,

 

I have added an "Configure run after" part on a flow that creates an item in a SharePoint list everytime a part of the flow failes. This work's perfectly but i want to sent an URL to the SharePoint list of the failed workflow so at the end the user can click on the url in the list to see what whent wrong (The user won't go to the my flow part of the site and i want to use the list on the intranet page so everyone can see it). Any thoughts how to set up an dynamic url to a runned workflow status?

 Thank you in advance!

 

1 Reply
Wish I had access to a computer but on vaca. But look up using catch or flow error handling. You can basically do like a try catch type handling then put in the whole create list item steps in there then update a column on the item the workflow was ran on etc.