Hello everyone,
I want to generate a word template automatically with a button in powerapps but i keep having an error when i write the function FlowName.run()
in the Onselect field of the button :
GenerateButton.Run("Meeting.docx";DataCardValue35.value;DataCardValue37.value) The first is the name of the word file and the other two are the two fields that I want filled out in the word file.
The Run function doesn't recognize the first argument.
Do you have any idea on how to solve that ?


