Hello, I am looking for suggestions on creating a process flow for invoice approval.
Our SOP has the invoice coming in via mail. Opened, verified then stamped with an initial and date for the end user to initial and approve. The email is then sent to the engineer for approval. Based on the cost of the invoice, it might have to go to a director and/or senior management.
Now I understand that the Approval process in Power Automate will not allow for editing of attachments. Found that out once I got to the approval step.
Currently, my flow is:
When a new email arrives (v3)
Filter Array
ForEach
Get Attachment (v2)
Run a prompt.
I know there is a Extract Information from Invoices AI, but when I moved from manual trigger to the When a new email arrives, the whole thing broke. The above works perfect for me.
Now I am stumped on how to proceed.
Any suggestions?