Hi,
I have a submit button on my app which is meant to link to the sharepoint list (which works) and a flow (which doesn't work). The problem I'm getting is I get a error with the runtime stating "invalid number of arguments : Received 3, expected 2"
How do I change this to expect 3! as it works with 2.
code: SubmitForm(Form4); Approvalflow.Run(Form4.LastSubmit.'Line Manager'.Email, User().FullName, Form4.LastSubmit.ID); NewForm(Form4)

Please help!