Hi there,
I'm really new to Power Apps and am in the process of building my first Model Driven App. This MDA is replacing a spreadsheet system that was quite data centric.
With relative ease I have created a multi-form Model Driven App to manipulate and store the data. However what I wanted to prove now is whether I can extract the data from one of the data tables and create a csv. This is how the source system current users the data from the spreadsheet I am replacing. I thought about doing this in Power Automate however I am unsure how I can trigger a flow from a new Command Bar Button on the Main view table form.
I essentially want to pass the data to the flow based on the contents of the table. The flow would rename columns etc and output to a file location or similar (just a proof of concept for now).
There maybe better way to do this; however I was looking for any guidance. I have seen quite a few guides and videos online for how to call from a canvas app, but not a model driven app. I also wasn't sure if calling via HTTP was the only route as this seemed like overkill and thought a powerfx function on a button would do the trick. However I can't seem to see how you would do this.
Thanks for your assistance