Hi,
I have a instant flow to allow import of file, then call a Dataflow to refresh. This is Power Apps Dataflow.
I checked the flow permissions for run-only users: the default dataflow's connection is set to Provided by run-only user.

However, when I tested the flow with a run-only user, I encountered the following error:
"Message": "The backend request failed with error code 403",
"Reason": "Forbidden"

Is there a successful way to allow run-only users to access to dataflow?
Thanks in advance!