Hi
I need to be able to send data from a collection and also a value from a static text box. Then, once in Flow, I want to use the items from the collection in a repeating Word table and the static item collected from the text box in another text field in my Word template.
I can get the collection work no problem but I can't figure out how I can also send the data from the text box in PowerApps to be able to use in the Populate a Word Template flow?
I have tried:
Invoice_Generation.Run(JSON(colInvoice,JSONFormat.IgnoreUnsupportedTypes) & (GrandTotalBOX.Text)) which does work and I can see the text box in Flow, but I can't dynamically access it?
Collection is colInvoice and the text box is GrandTotalBOX???