Sorry if this has been answered before but I've been at this for hours and read everything I can find but I can't figure out why I have this wrong. I'm trying to kick off an approval flow from within PowerApps either using a new button or just making use of the button used to submit a form from the edit screen. I've tried several different formulas and a few of them even "work" until I attempt to run the flow using the button in which case it returns the error message that "The method Run has an invalid value for parameter 'GetItemID'. The most recent formula I've tried is
'REQUESTAPPROVAL'.Run(DataCardValue10.Selected.Value, "Sent for Approval"). The datacardvalue10 is the Status column and the "Sent for Approval" is the value I want to check against in my second action in the flow. Any help or a point in the right direction would be greatly appreciated.
Thanks,
Carl