Hello I have a flow containing approval action as below picture:
I want to send the VarFlow data back to PowerApps. But the formula cannot run correctly and the error as below picture:
Set(VarPepsiNotify,BC百美取样通知.Run());

Hello I have a flow containing approval action as below picture:
I want to send the VarFlow data back to PowerApps. But the formula cannot run correctly and the error as below picture:
Set(VarPepsiNotify,BC百美取样通知.Run());
The Power Automate flow you are connected to expects something to be passed to it as an argument in the statement: BC百美取样通知.Run(argument)
The flow appears to use this content for the details portion of the approval. If you don't need to pass this information from the app to the flow, then you need to delete the prompt in the flow that is looking for information from Power Apps.
Hope this helps,
Bryan