How to fetch 'Succeeded', 'Failed', 'Skipped', 'Timed out', 'Cancelled' status from 'Run a flow built with Power Automate for desktop' cloud Power Automate cloud action.
I am able to fetch the outputs section(error details), however couldn't fetch 'Succeeded', 'Failed', 'Skipped', 'Timed out', 'Cancelled' status from 'Run a flow built with Power Automate for desktop' cloud Power Automate cloud action using expressions. Kindly help if anybody have encountered the same issue.
I have tried below expressions, but none working.
1. outputs('Run_a_flow_built_with_Power_Automate_for_desktop')?['status']
2. properties('Run_a_flow_built_with_Power_Automate_for_desktop')?['Status']
3. properties('Run_a_flow_built_with_Power_Automate_for_desktop')?['status']