Just wandering if it is possible to call a Powerapps dataflow from the Powerapps portal and any link, examples for it.
thank you,
@drhorg
How does the Data flow expose itself? If it has an HTTP trigger then you can execute it from Javascript from the portal.
Probably trigger it via Flow (has a "Refresh a dataflow" step) e.g.
Hi @drhorg
Please follow the instructions from @Fubar which is the ideal way to refresh a data flow. In addition, you can also use JavaScript to call the flow from Portal.
https://www.alphabold.com/how-to-trigger-power-automate-flow-from-power-apps-portals/
Note: JS can increase the security risk depending on what you want to achieve.
Good luck
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.