Hello,
My goal is to select multiple records (from a subgrid or from the read only table) and have a button that will send the data of every selected record as a single array to an automate flow. I have a flow set up that with read a data input and print labels using the information, and I do not want to trigger the flow individually for each record.
In a canvas app I would have used as a collection and run an automate flow by passing the record info as a parameter. I can't do this with Power Fx in a Model Driven app.
Is there a way to do this, either with Power Fx or Javascript (which I am not as well-versed in)?