Hey all,
Currently working on error handling for a flow by pushing details about the error into a SharePoint List. One of the properties I'd like to push is a link to the Flow run. Before Solutions, this was easy to do. I could build the flow run URL by using the workflow() function to get the Environment, Flow, and Flow Run IDs. In order to build a link to a flow run in a Solution, I need the Solution ID as well. I could hard code this, but I'd rather have it populate dynamically, as I'm going to be moving this through DEV > QA > PROD throughout its life cycle.
TLDR; Is there any way to get Solution ID inside of a flow?