Hi Community
I am calling a power automate flow from an action button. as per below snippet which works well. Can anyone advise how i could test a field on the current rec so that i don't start the flow if a field has a certain value. i.e. if Approval Status field is already 'Pending Approval' i don't want to start the flow.
Thanks Neil.
customaction(/StartApprovalProcess/)
{
ApplicationArea = All;
CustomActionType = Flow;
FlowId = '308547ab-6932-4b00-b30c-b352eaeXXXXX';
FlowEnvironmentId = 'Default-b8a8f4ac-e872-44f3-964f-1f59d1a9XXXXX';
}