Hi,
For a workflow approval system, I have a created a flow which gets input from powerapps (stores in sharepoint list) , sends a approval mail in outlook with attachments and after approval updates a field (status) in sharepoint list.
In powerapps, for running the flow i have 5 arguments (Title, cost, approver mail ID, status ID & attachments). So i have the following code for it
Powerappsworkflow3_group.Run(Form.LastSubmit.Title, Form.LastSubmit.Cost, Form.LastSubmit.Approver.Email, Form.LastSubmit.ID, Form.LastSubmit.Attachments).
It shows 'This Run has invalid arguments'
If I run the flow without the attachments, it is working fine.
So can you provide me with the correct argument syntax for run to resolve my issue?

Report
All responses (
Answers (