Hi friends,
Can anybody please point me in the right direction?
I have designed a flow that is creating a file in Sharepoint using the "Create File" action. I want to download this newly created file in PowerApps using a button click. For reference, Please see the flow screenshot:
Any help/guide in this regard would be really appreciated. Thanks
Solved! Go to Solution.
Hi @aluzaja178 ,
Could you tell me:
If so, the key is to create a word template in SP.
I've made a test for your reference:
1\ Open developer mode in word settings(File – Options- Customize Ribbon):
2\ Choose a word template(File - New),I named it ‘TESTGGG.docx’
3\ Create a flow ('PowerApp->Createfile' is my flow name)
/* Document Library : file path of word template
File: ‘word template’ file */
4\ Create a canvas app and connect this flow to test. Create a button control and set its onselect property to:
Set(A,'PowerApp->Createfile'.Run().testaaaa);Download(A)
5\ The result is as follows:
Best Regards,
Wearsky
Hi @aluzaja178 ,
Could you tell me:
If so, the key is to create a word template in SP.
I've made a test for your reference:
1\ Open developer mode in word settings(File – Options- Customize Ribbon):
2\ Choose a word template(File - New),I named it ‘TESTGGG.docx’
3\ Create a flow ('PowerApp->Createfile' is my flow name)
/* Document Library : file path of word template
File: ‘word template’ file */
4\ Create a canvas app and connect this flow to test. Create a button control and set its onselect property to:
Set(A,'PowerApp->Createfile'.Run().testaaaa);Download(A)
5\ The result is as follows:
Best Regards,
Wearsky
User | Count |
---|---|
252 | |
126 | |
104 | |
50 | |
50 |