Forum Discussion
Abontu
Jun 15, 2025Copper Contributor
Trigger Flow on document approval.
I have a flow that creates a PDF version of a document. I had it set to triggered manually and it works great.
I now want to trigger automatically when the word document is approved. I changed the trigger to
when file modified->getChangesForandItem->condition.
Now on the condition not sure what to put. I tried using {ApprovalStatus}/Value = Approved but that did not work. Need i to trigger when the status
Or maybe there is an easier way to do this?
Thanks,
Chris
1 Reply
- Sigi7Brass Contributor
I think you have to check
outputs('GetChangesForAnItemOrAFile')?['body/ColumnHasChanged/ApprovalStatus'] is equal true
and perhaps double-check that the new value is 'Approved'