
Announcements
This should be simple.. I just want to run a flow from power apps without any parameters. .Run() won't let me keep it empty.
If you create the flow using the Power Apps v2 trigger and don't create any parameters in the trigger then you can use flowname.run() with no parameters. If .run is requiring parameters its because they are defined somewhere in the flow.