Hi All,
I have 2 solutions 'Leave Approval' and 'Purchase Order Approval'. Inside of each solution I have a flow called 'Approver Response'. One is the approver response for Purchase Orders and the other is the approver response for the leave approval.
Each flow has a try-catch pattern which posts the name of the flow and a link to the failed run to a Microsoft Teams channel. When looking at the posted error message in Teams, there is no way of distinguishing between 'Purchase Order - Approver Response' and the 'Leave Approval - Approver Response'.
If I could dynamically get the name of the current solution, I would be able to include it in my error message, thereby making it clear which solution the failed flow run belongs to.
My question is, how do I get the name of the current solution in my flow (not the current environment or flow)?
Thanks everyone.