Hi,
I am developing a app that wants to show word documents in model driven app. Is there any way to show word documents in PowerApps Model Driven app. Can anyone have work around or link ? Plz Share a thread for this work
Thanks in Advance😎
Hi @kameshm
What do you mean by "show word documents in a model driven app"?
There are a couple of options that you may want to look at for having documents within a model driven Power App
@HSheild I am already tried you mentioned in first point. But I want to preview my word document with in model driven app. Is it possible? Also I am new to model driven ,so I don't have much understanding and knowledge in model driven app.
so if you store the document in onedrive and you have the URL for it, you can likely display it in an iframe. I've done it with power point and it worked
Hi @kameshm , there’s no native way to preview Word within the app so you could try @jlindstrom‘s approach.
Hello @kameshm
we will need a flow that is using HTTP request trigger,
we will need to configure that trigger to accept docId parameter,
After that, you can do whatever you need to generate the document,
eventually we’ll need to pass that document back through the response action.
Hi @kameshm
Am not sure this will help, but I will provide a suggestion
Step 1 :
Integrate SharePoint with Dataverse : https://youtu.be/YOJCNpd4FSU
Step 2 :
Create Iframe in the form
Step 3 :
Load Related Dataverse SharePoint Link on to the Iframe using JavaScript Onload.
Thats's it 🙂
Let me know if you need any help.
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Blog : https://microsoftcrmtechie.blogspot.com
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
23 | |
5 | |
4 | |
3 | |
3 |
User | Count |
---|---|
24 | |
8 | |
7 | |
6 | |
5 |