You're on fire lately, Reza! It's easy to underestimate how useful these videos are - a SharePoint preview is merely a great example use case of the underlying concepts being employed in this video: Calling Flows from a Power App; Graph and SharePoint api calls; PCF components (and an iFrame control being a great example of that); and Azure AD HTTP requests. A shame the standard Groups HTTP request to the Graph api v1 will be deprecated in favour of a premium connector!
Thanks so much for the appreciation. Please note the groups connector v1 does support more endpoints than it should have in the first place. v2 will only support the groups endpoint which makes sense as connector is related to groups. The premium "http with azure ad" connector has always been an option. It is not a replacement for the groups connector.
This is certainly another Reza classic! Great Video, great presentation and full of useful content. Certainly needs a couple more watches and then connecting it into my environment. Thanks for always sharing. Certainly, the infusion of the Graph API functionalities has opened up a whole new world of possibilities.
Reza, you can know for sure that you've practically saved someone's job - mine! I was so worried about getting a solution for many issues. This video is one of many to make everything come together for me. Thank you soooo much!
Thanks, Reza! Excited to have added this capability into an app. For my purposes, I found it helpful to use the Replace function to replace "embededit" with just "edit" on my word docs. This way the user is taken straight into the Sharepoint editing experience instead of requiring user to click "edit" on the OneDrive preview.
@@RezaDorrani yes, all great solutions! 👍👍 I used a replace on the "getURL" in the edit option you showed. I found that word docs specifically still needed an extra click to be able to start making edits, so getting rid of the word embed eliminated that by taking to a different editing experience.
Reza. You have covered most of the use cases related to document management and how we can achieve it using Power Apps. Thanks for the valuable tips and tricks. You are my🦸
This video is bang on !! The details are awesome and are really helpful, well done Reza, and thanks for the wonderful content. However I have a question, since powerapps does not support templates I think these can be used, Doc Lib (one with all the templates) can used to create new documents in other Doc Libs, could you please suggest if that will be possible?
Most welcome! The idea of this video is document preview. Creation of documents is a different ball game altogether. I have done a few videos on doc creation from power apps. One would more or less run into size limits.
Hey Reza, really great video, it worked perfect for my use case. Thank you! Do you have any security concerns with using the PCF functionality inside Canvas Apps?
Hiii Mann, you really are a champion! You got my two problems solved this week. Btw, does this requires permission if I created the flow and solution not on the default environment? I created it on the environment assigned under me. Not sure why I wasn't able to create one under our Organization's environment
@@RezaDorrani I'm facing an issue with adding the imported solution to Power App. It does not show to the "Get More components", i already did publish the imported solution
Hi Reza, great video! Showcased a lot of the capability that Power Apps is gaining recently! So in this video scenario, you are rebuilding the whole SharePoint Document Library Management in Power Apps, am I right?
This video is focused on file preview and editing. I have done separate videos related to uploading documents, navigating folders and more. Here I wired all of them to demo an end to end experience. App (full doc lib experience) is available to download for Members only. Link in video description.
Thank you for this video Reza! I confirm that this method works today. I was using another method which was to get the embedded URL of the documents and faced authentication issues. 😥
Great video. How can I achieve the Thing in power pages for customers. To be able to view sharepoint document library contents related to customer. Showing folders and files and being able to preview or download/ upload files. PDF files
I have done no work with power pages. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com/
Wow that is amazing Reza.. thanks for sharing this valuable information.. just a question please, can I delete the file/record from the document library from Power Apps?
Thank you for the video. It's easy to understand. I need help understanding how I get a specific folder's ID (Graph Explorer)? The search term in the gallery is the "hiddenisfolderpath." I get an error when I use the getURL as you describe.
This is incredibly smart. Thank you for sharing. There is a limitation to the iFrame however to the width and Height to being at 500X700. Is there any workaround to that?
Again well demonstrated, Thanks @reza for your videos and help🙏 . 23:04 "Inovke Http request" is the premium connector. But, we can use the stadard "Send an HTTP requerst " right?
@@RezaDorrani If it is deprecated, what is the other option to upload files to document library from PowerApps other than premium connectors and power automate
Hi Reza, Great video again! I have a library with only PDF's that we would like to view and then get a sign off acknowledgement and while the method works the preview quality seems a little fuzzy. Is there a way to improve the quality or is there a better way to show PDF in powerapps?
Thanks Alot Reza for this video, this is extremely helpful, I am having just a little bump that preview doesn't gets fit into the size of component, it is rendering correctly but doesn't scale it self to component size width/height , is there any solution for this?
Another Great Video Reza. When I enter the formula on the view Icon in the gallery, it's telling me "This Formula has side effects and cannot be evaluated" Datatype: boolean. Any insight? Thanks
excellent! fantastic! mind blowing! you are great Reza! 👏👏👏👏 I have one query: instead of power automate, can we use graph api connector i.e., Office365Groups connector in PowerApps itself which you had shown in the previous graph api videos?
Hey Reza, what do you like to use more, the native pdf viewer or the component❓ I currently have used the pdf viewer, but that component looks pretty noce
Hi Reza! Another excellent video thank you! I am trying to find a way to embed an in my canvas app easily either directly as html or as a component. No one has covered this in a easy to follow video yet without getting things too complicated and without admin access. Would love a video on this, and/or some pointers on if this can be achieved?
Great video, Reza! Wondering if there is a way to go an extra step: When my Power Apps creates an item with attachments, I'm using a flow to create a folder in a document library just for that item's attachments (using a prefix and item id as folder name). So each item in my SharePoint list has its own folder if attachments were included upon the item creation. From what I understand in this video, I can only point to one document library/folder. Is there way to allow the user upon viewing their completed item to preview the files of a completed item with a tiered folder structure as I've described? Thanks!
Thanks! Check 28:32 demo - it shows that it works with files within folders as well. Graph api allows us to point to any document in a library not matter where it lives. Video description has link to download the app (members only - check description for details)
Hi Reza, really a great video!! I have developed an app which showing the pdf file content from Sharepoint to power apps canvas app screen in pdf viewer . it's working perfectly in dev(different sharepoint site) , uat (diff site) but in production getting below issue. "Message": "Missing Authorization header for a privileged call on connection.", "Source": "product policy" do you have any idea? thanks in advance!!
This video does not use pdf viewer + I have not come across the issue you have mentioned. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Thanks a lot Reza, this is a big game changer. If we use standard connections, standard licence, and make some calls the API SharePoint REST API or API from the Graph into our PowerApps, can we dev it and deploy it to UAT envi and potentially in PROD ? But like always, thanks for the share Reza ! Your experience allow us to be better as a developper in Power Platform !
@@RezaDorrani Thanks Reza. So no problem either if we use a premium licence and call the Azure connector in our Power Automate to deploy in UAT and PROD. I'd like to know, you show an application at the end of your video that lets you browse a SharePoint library, even go into sub-folders, etc... have you ever already made a video that shows how to create this kind of application?
Hi Reza, Great content as always. Very well explained! Just a query - Can we make the Graph API call for File Preview in the App itself using Office 365 group connector instead of calling Flow?
I have done a series of videos on graph api and power apps. I have show many options from rest api to graph using standard and premium. Yes, some of this could be done with standard.
Hi Reza, thanks for the video, it's really helpful. can you tell how to download these files which we are viewing, as you have used the download button, you mentioned using Rest API but can't figure out how to leverage that.
Really enjoyed this walkthrough, thank you for taking the time to put it together! Is there another way (without using a premium connector) to get around the 'Send an HTTTP V2' connector issue since it does not support the SharePoint Graph endpoints?
Its not a connector issue. Its simply a requirement to have premium licensing. One can license the entire flow using a process license and it will cover the flow for entire organization.
@@RezaDorrani thank you for the reply. So there is no way to accomplish the editing of office documents within a power app without a premium license at this time?
23:28 The premium connector didn't work, received an error "Failed with error: 'AADSTS..." after clicked Sign In, I must have missed something here. Thanks for sharing.
Thanks for this great video Reza.I have followed all the steps in this video but when I am clicking on view item details I am getting error "The server did not receive a response from an upstream server" and flow fails.Any idea?Also my document library contains multiple folders and each folder have some documents,so are there any changes in steps?Thanks in advance
No idea as I have not come across this issue. I have the video built step by step + I have also shared the Apps with members (link in video description)
Hi sir, your videos are very helpful to develop power app so thank you so much, Can you please share video to power app link with project online and planner app. integration???
I do not have a video reference on planner and project online scenario. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Reza - You are the best. This video was very helpful. Is there any way that Power Apps can use a button to open a directory on the network? I am making a Power App for our Help Desk to view information about our Company applications. One tab in the application has the installation information. I wanted to have a button that links to the directory where all the information for the installation (license, install instructions, etc.) is located. Thanks
Thank You so much! I have never tried that hence not sure what the possibilities are. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Thanks Reza for this great vidéo! Is it a way to replace the PCF ? I can t change the settings of my solution environment and I have an error message to the import. Thanks!
Good day Reza, you are really great! I was replicating this video and ran into a challenge. The 'item' I imported into PowerApps is not coming up in the 'Component section' I was wondering if there was a particular way around it please.
Hello Matias, unfortunately I wasn't able to resolve the issue although I haven't checked for other ways around. But I have moved to my next practice project. Can we connect? @matiascarmelino
Is there a way to leverage the preview url to get library document experience without utilizing the PCF iFrame solution? I tried uploading the zip file solution to my PowerApps environment, but I think due to policies, I am receiving a "missing prvCreateCustomControl privilege" error. Or is there any way for me to recreate that Solution locally, since I can't import it?
I am not aware of any control in power apps that can show an . I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has any alternative options.
ThankS RD, This can edit pdf files! Or only office files! I have a task where I need to sign pdf files and put comments in it by pen control. Do you have any recommendations. Thanks
Only office files. I do not have a video reference on your scenario and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hello Reza, Thanks for the video. after pasting my site name at 5:29, i got a response about permissions. How do i handle this permission issue and how does it relate to users that i will share the app with? Thanks you.
Users whom app is shared with need to have access in SharePoint. If viewing then read, if editing then edit. In graph explorer- you need to set required permission consent. Its on top right side. Check documentation
@@RezaDorrani , thanks for getting back to me. My issue is when I try to run the query in Graph. I get the following: Forbidden - 403 - 228ms. Either the signed-in user does not have sufficient privileges, or you need to consent to one of the permissions on the Modify permissions tab Do I need site admin access?
Another amazing video, Thank you so much Reza . I followed u but stuck somewhere, have imported into solution , when I click get more components inside my powerapps, its shows "There aren't any component libraries in this environment to import" and it ask for Create component library if I click this button, it navigate to another powerapps library where the screens have components only . Help me to figure it out
This is not a component library. When you go to get more components, you need to switch to Code tab as shown in video. Your environment must be enabled for pcf use. Check documentation on code components.
@@RezaDorrani Thank you reza, it works perfectly , just one more to clear, how to set the document fit in center in src , it cuts some side of doc , there is any property for that?
The last time I imported a PCF component, I recall that it caused a warning message to appear every time a user loaded the app. Essentially warning them that the app included a potentially unsafe component. Will that happen if I follow these steps?
Hello Reza Appreciate your video ,your tutorials is awesom , i have 365 licences belong to my organization but when i log in microsoft graph explorer it's ask about admin approval
Please help me: I need to show the attachment in sharepoint list. (In sharepoint list had 1 column: Attachment, how to show these files which user upload to Sharepoint list)
Thank you so much for this. Works like a dream. However, how can I get the files in a folder (teams-channel). I tried with the command children but they do not show up. I get the error item not found. Any help would be greatly appreciated.
For folders, you can include the folder name or path just before the file name with extension. So instead of /root:/DocumentName.docx:/preview you will have /root:/FolderName/DocumentName.docx:/preview
Does this have to be done whilst connecting to the SharePoint documents? Or is it possible when connecting to a SharePoint list which has files attached for example - just the preview that is and not the editing of documents
I am sure you already know about this , but just for my confirmation i have done this by using create a sharing link for sharepoint and render it in , its working like a charm, no need of graph api in this process , is there any draw back of using this?
just to let you know, creating sharing link for share point site from traditional action in power automate will not work in play mode of app as SharePoint would refuse to connect in an I-Frame, however connecting through Graph API as shown in video will work like a charm with no errors.
Reza, so here is an idea. Make a power-app that lets the user add topics by category with a not. I have done that, but I want a button to publish each topic (article) to a target blog of my choice. Have you got any modern tips for that?
This is a master Class, Reza is on fireeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee !
🔥
Thanks!
Thanks so much
You're on fire lately, Reza!
It's easy to underestimate how useful these videos are - a SharePoint preview is merely a great example use case of the underlying concepts being employed in this video: Calling Flows from a Power App; Graph and SharePoint api calls; PCF components (and an iFrame control being a great example of that); and Azure AD HTTP requests.
A shame the standard Groups HTTP request to the Graph api v1 will be deprecated in favour of a premium connector!
Thanks so much for the appreciation.
Please note the groups connector v1 does support more endpoints than it should have in the first place.
v2 will only support the groups endpoint which makes sense as connector is related to groups.
The premium "http with azure ad" connector has always been an option. It is not a replacement for the groups connector.
This is certainly another Reza classic! Great Video, great presentation and full of useful content. Certainly needs a couple more watches and then connecting it into my environment. Thanks for always sharing. Certainly, the infusion of the Graph API functionalities has opened up a whole new world of possibilities.
Thanks Doug.
The Graph API indeed opens up a world of possibilities. There is so much more to uncover.
You are such a treasure Reza. Much love brother. Keep up the good work! You make my life and the lives of thousands easier.
Hey, thank you so much
Reza, you can know for sure that you've practically saved someone's job - mine! I was so worried about getting a solution for many issues. This video is one of many to make everything come together for me.
Thank you soooo much!
Glad I could help!
Videos are a guide but how one utilizes it in their day to day work or career is upon the individual. You are doing great
You Rock Reza! I'll use your video like a tamplete to develop my onboarding training app, help me a lot, thanks!!!
Cool idea 😎
Thanks, Reza! Excited to have added this capability into an app. For my purposes, I found it helpful to use the Replace function to replace "embededit" with just "edit" on my word docs. This way the user is taken straight into the Sharepoint editing experience instead of requiring user to click "edit" on the OneDrive preview.
There were 2-3 options. Embed, edit etc.
@@RezaDorrani yes, all great solutions! 👍👍 I used a replace on the "getURL" in the edit option you showed. I found that word docs specifically still needed an extra click to be able to start making edits, so getting rid of the word embed eliminated that by taking to a different editing experience.
You out did yourself again... Excellent Video.
Thanks George
Another level og Graph API calls. Thanks Reza. This will help a lot in my role
👍
This is absolutely insane - what a cool and clever solution, thank you for sharing!
Glad you like it!
Thank you Reza ! Once again, another super interesting video !!
Glad you enjoyed it
This is an excellent example. You made my life easy. Thank you
You're very welcome!
Holy mother, this is crazy! Thank you so much from Brasil!
You're most welcome!!
Master of masters. Thanks for sharing your solutions.
So nice of you
Reza. You have covered most of the use cases related to document management and how we can achieve it using Power Apps. Thanks for the valuable tips and tricks. You are my🦸
You are most welcome and thanks so much for the appreciation
This is fantastic! Thank you so much for posting!!
My pleasure!
Awesome video. Very useful video. Many thanks Reza. You are making Power Apps instresting. Kudos to you
You are most welcome
Superb...again it is a breakthrough experience... Thanks Reza for this wonderful information.
Most welcome! Thanks so much
Your method of topic selection is so amazing. Again, thank you so much!
Glad you like them! Thanks so much for watching.
Absolutely Fantastic! Thanks Reza!
Most welcome
Once again great content Reza.
Thank You
Most awaited ❤️
👍👍
Fantastic.
I've been seeking for this solution forever, and now with this excellent video and explanations - it is at my fingertips.
Bravo 🥳
You're most welcome!
Wow. Simply awesome.
Glad you like it!
This is absolutely amazing 💯💯💯 you're the STAR 🌟
Thanks Maryam
Hey Reza! a SharePoint preview is amazing! I wonder if it is possible to download a file attachment from an old version in Power Apps? Thanks!
Probably possible with the graph api, but not something I have explored
Hi... most awaited
Enjoy
Truly Amazing🎉. It’s always a great learning watching your videos😊
Thank you! Cheers!
This video is bang on !! The details are awesome and are really helpful, well done Reza, and thanks for the wonderful content.
However I have a question, since powerapps does not support templates I think these can be used, Doc Lib (one with all the templates) can used to create new documents in other Doc Libs, could you please suggest if that will be possible?
Most welcome!
The idea of this video is document preview. Creation of documents is a different ball game altogether.
I have done a few videos on doc creation from power apps. One would more or less run into size limits.
Hey Reza, really great video, it worked perfect for my use case. Thank you! Do you have any security concerns with using the PCF functionality inside Canvas Apps?
Personally, No :)
Hiii Mann, you really are a champion! You got my two problems solved this week. Btw, does this requires permission if I created the flow and solution not on the default environment? I created it on the environment assigned under me. Not sure why I wasn't able to create one under our Organization's environment
Im not sure of the permission challenge but you should be ableto build and use this in any environment.
@@RezaDorrani I'm facing an issue with adding the imported solution to Power App. It does not show to the "Get More components", i already did publish the imported solution
@@DjOyda-i9u I'm not sure that would be the case.
@@RezaDorrani All good Rez, i used your varResponse flow and variable with Launch, i think that works for me
Awesome video as always Reza. Can this be extended to preview list attachments please?
This is only for documents. I have done a separate video on list attachment previews although that is very limited compared to this.
Great demo my friend!!!!
Do you know if there is a way to edit Autocad (DWG) files if the user has Autocad installed on the computer?
Thanks a lot!
I have no clue about editing Autocad files
Wonderful solution :) i have a question, this solution is it work with file attachment in SP in column 'Attachment' not library docs?
It did a video list search a few weeks ago. That already searches for list attachments
Next level 🤠
Level ⬆️
Hi Reza! You are The Greatest!. Is there a way to edit office documents without using the premium connector "Invoke an HTTP request"?
Check my series of videos on graph api. I have shown multiple ways to do it.
Hi Reza, great video! Showcased a lot of the capability that Power Apps is gaining recently!
So in this video scenario, you are rebuilding the whole SharePoint Document Library Management in Power Apps, am I right?
This video is focused on file preview and editing. I have done separate videos related to uploading documents, navigating folders and more.
Here I wired all of them to demo an end to end experience. App (full doc lib experience) is available to download for Members only.
Link in video description.
Thanks Reza. Any hints on getting the preview url in a GCC High environment? We don’t have access to explorer. I can only get to the download URL.
No clue about GCC :(
Something new learned thank you Reza ❤
Thanks so much for watching and so happy to hear that the video has offered something new. I always try to show something new.
Thanks So much, my Guru....
You're most welcome!
Thank you for this video Reza!
I confirm that this method works today.
I was using another method which was to get the embedded URL of the documents and faced authentication issues. 😥
Good to hear that this method works
Great video. How can I achieve the
Thing in power pages for customers. To be able to view sharepoint document library contents related to customer. Showing folders and files and being able to preview or download/ upload files. PDF files
I have done no work with power pages. I will recommend checking or posting your query on forums in case someone has done something similar
powerusers.microsoft.com/
Great video, thanks for sharing.
Thanks for watching!
Wow that is amazing Reza.. thanks for sharing this valuable information.. just a question please, can I delete the file/record from the document library from Power Apps?
Most welcome!
Yes - you can delete the file using remove function
@@RezaDorrani thanks a lot for your prompt response! Much appreciated!
Thank you for the video.
It's easy to understand.
I need help understanding how I get a specific folder's ID (Graph Explorer)?
The search term in the gallery is the "hiddenisfolderpath."
I get an error when I use the getURL as you describe.
Video description has link to download entire solution (members only - check description for details)
This is incredibly smart. Thank you for sharing. There is a limitation to the iFrame however to the width and Height to being at 500X700. Is there any workaround to that?
Thanks!
There is a dynamic control as well in pcf gallery. Gove that a try.
@@RezaDorrani
Yup got it. You Champ!
Amazing master! Can you make another work around without using GraphAPI?
I showed every possible option that I know of. I have no plans to deep dive further.
Again well demonstrated, Thanks @reza for your videos and help🙏 .
23:04 "Inovke Http request" is the premium connector. But, we can use the stadard "Send an HTTP requerst " right?
Yes, you can. But as I mentioned, the http action in groups connector may be deprecated.
@@RezaDorrani If it is deprecated, what is the other option to upload files to document library from PowerApps other than premium connectors and power automate
@@srikanthb8549 Even if deprecated in future, existing apps would be supported.
Wow nice Reza key points the pcf component require any licence or it's free as it's in pcf gallery will be safe to integrate in production environment
pcf is standard license.
Hi Reza, Great video again! I have a library with only PDF's that we would like to view and then get a sign off acknowledgement and while the method works the preview quality seems a little fuzzy. Is there a way to improve the quality or is there a better way to show PDF in powerapps?
I have done a video on document viewer in Power Apps which shows pdf in pdf viewer control. Check that one.
the video is great, the question is whether such a scenario will work with list attachments?
Thanks!
This is only for doc libs.
Thanks!
This is only for doc libs.
Thanks Alot Reza for this video, this is extremely helpful, I am having just a little bump that preview doesn't gets fit into the size of component, it is rendering correctly but doesn't scale it self to component size width/height , is there any solution for this?
There is a responsive pcf control as well. Search for that in pcf gallery.
Another Great Video Reza. When I enter the formula on the view Icon in the gallery, it's telling me "This Formula has side effects and cannot be evaluated" Datatype: boolean. Any insight? Thanks
I have not come across this issue hence not sure. You can try downloading the App (link in video description)
excellent! fantastic! mind blowing! you are great Reza! 👏👏👏👏
I have one query:
instead of power automate,
can we use graph api connector i.e., Office365Groups connector in PowerApps itself which you had shown in the previous graph api videos?
Yes, we can. I wanted to mix things up and show different options. In coming videos, you will see me showing various options.
@@RezaDorrani thanks 😊
Hey Reza, what do you like to use more, the native pdf viewer or the component❓
I currently have used the pdf viewer, but that component looks pretty noce
I have no preferences
Great content! Exactly what I was looking for. Now I only have to figure out, how those sharepoint-documents can be printed from within PowerApp ;-)
Glad it was helpful!
Thanks Reza!!!! Would like to know if Sharepoint Lists attachments can also be previewed in this manner? And if so, how can we do it?
SharePoint list attachments cannot be done in this manner. Check my videos on list attachments. They are all in a playlist.
Hi Reza! Another excellent video thank you! I am trying to find a way to embed an in my canvas app easily either directly as html or as a component. No one has covered this in a easy to follow video yet without getting things too complicated and without admin access. Would love a video on this, and/or some pointers on if this can be achieved?
Most welcome! I am not aware of any html for . In this video I use pcf.
Awesome, Reza! Can a searchbox be added to search for documents?
I have done a video on searching in file contents. So yes :)
@@RezaDorrani thanks I will look for it, I think I’ve seen it before if I remember correctly. Thanks Reza awesome videos!
Great video, Reza! Wondering if there is a way to go an extra step: When my Power Apps creates an item with attachments, I'm using a flow to create a folder in a document library just for that item's attachments (using a prefix and item id as folder name). So each item in my SharePoint list has its own folder if attachments were included upon the item creation. From what I understand in this video, I can only point to one document library/folder. Is there way to allow the user upon viewing their completed item to preview the files of a completed item with a tiered folder structure as I've described? Thanks!
Thanks!
Check 28:32 demo - it shows that it works with files within folders as well.
Graph api allows us to point to any document in a library not matter where it lives.
Video description has link to download the app (members only - check description for details)
@@RezaDorrani 🔥🙏🏻🫶 Thank you! You rock!
Wow maaaaster, now I can make data import app for in dynamics with real high UX.. !!!
👍
Hi Reza, really a great video!!
I have developed an app which showing the pdf file content from Sharepoint to
power apps canvas app screen in pdf viewer . it's working perfectly in dev(different sharepoint site) , uat (diff site) but in production getting below issue.
"Message": "Missing Authorization header for a privileged call on connection.",
"Source": "product policy"
do you have any idea?
thanks in advance!!
This video does not use pdf viewer + I have not come across the issue you have mentioned.
I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Thanks a lot Reza, this is a big game changer. If we use standard connections, standard licence, and make some calls the API SharePoint REST API or API from the Graph into our PowerApps, can we dev it and deploy it to UAT envi and potentially in PROD ?
But like always, thanks for the share Reza ! Your experience allow us to be better as a developper in Power Platform !
Yes, you absolutely can ALM
@@RezaDorrani
Thanks Reza. So no problem either if we use a premium licence and call the Azure connector in our Power Automate to deploy in UAT and PROD.
I'd like to know, you show an application at the end of your video that lets you browse a SharePoint library, even go into sub-folders, etc... have you ever already made a video that shows how to create this kind of application?
@@bernardnguyen5382 I have not made that one end to end. I have shared that app with members. Link is in video description.
Hi Reza,
Great content as always. Very well explained!
Just a query - Can we make the Graph API call for File Preview in the App itself using Office 365 group connector instead of calling Flow?
Yes, absolutely! I simply wanted to show another way of achieving the outcomes.
I love to mix things up.
@@RezaDorrani Thanks for confirming. Have a great day!
Magic by Reza again and all the time
Thank You 🪄
Hi Reza, great job again!! Can you please share the app for download?
I cannot share link here on general chat. You would need to post a comment on the member only link shared in community tab for this video.
Hello Reza
Thanks for this video
Can I do all what you present here without premium license ? Thanks
I have done a series of videos on graph api and power apps. I have show many options from rest api to graph using standard and premium. Yes, some of this could be done with standard.
@@RezaDorrani thanks
Hi Reza, thanks for the video, it's really helpful. can you tell how to download these files which we are viewing, as you have used the download button, you mentioned using Rest API but can't figure out how to leverage that.
Video description has link to download sample App (members only).
You could try it by reading documentation on graph API and downloading files.
Really enjoyed this walkthrough, thank you for taking the time to put it together! Is there another way (without using a premium connector) to get around the 'Send an HTTTP V2' connector issue since it does not support the SharePoint Graph endpoints?
Its not a connector issue. Its simply a requirement to have premium licensing. One can license the entire flow using a process license and it will cover the flow for entire organization.
@@RezaDorrani thank you for the reply. So there is no way to accomplish the editing of office documents within a power app without a premium license at this time?
I am not aware of any other options. Possible that someone else may have found a workaround.
23:28 The premium connector didn't work, received an error "Failed with error: 'AADSTS..." after clicked Sign In, I must have missed something here. Thanks for sharing.
Not sure what this issue is. I have not experienced it.
excellent video Pray, could it be done to see attachments in a sharepoint list?
This is specific to doc library only. I have not investigated options for editing attachments
Thanks for this great video Reza.I have followed all the steps in this video but when I am clicking on view item details I am getting error "The server did not receive a response from an upstream server" and flow fails.Any idea?Also my document library contains multiple folders and each folder have some documents,so are there any changes in steps?Thanks in advance
No idea as I have not come across this issue.
I have the video built step by step + I have also shared the Apps with members (link in video description)
@@RezaDorraniThanks for the quick response.Ok let me download and check the app in detail.Many thanks
@@dkanoongo Its for members only (paid)
@@RezaDorraninp..I"ll join.Thankyou
Amazing, and pretty complicated. Wow. Since you did this, has it become easier to do this ie new ways of doing this?
I am not aware of any new way to do this.
Hi sir, your videos are very helpful to develop power app so thank you so much, Can you please share video to power app link with project online and planner app. integration???
I do not have a video reference on planner and project online scenario. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Reza - You are the best. This video was very helpful. Is there any way that Power Apps can use a button to open a directory on the network? I am making a Power App for our Help Desk to view information about our Company applications. One tab in the application has the installation information. I wanted to have a button that links to the directory where all the information for the installation (license, install instructions, etc.) is located. Thanks
Thank You so much!
I have never tried that hence not sure what the possibilities are. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Thanks Reza for this great vidéo! Is it a way to replace the PCF ? I can t change the settings of my solution environment and I have an error message to the import. Thanks!
I cannot help with access issues related with your environment. I have no come across any access issue in my environment.
Hey Reza! Love the video! Can you please share the download for this one?
I cannot share it here on public chat.
On Community tab of channel, find the post where I shared download link for this.
Good day Reza, you are really great!
I was replicating this video and ran into a challenge.
The 'item' I imported into PowerApps is not coming up in the 'Component section'
I was wondering if there was a particular way around it please.
I have not come across this issue & hence not sure what the resolution is. Video description has link to download sample apps (member only).
Hi Angelina, i have the same problem. I don't know what is the error. Did you resolve the problem?
Hello Matias, unfortunately I wasn't able to resolve the issue although I haven't checked for other ways around. But I have moved to my next practice project. Can we connect? @matiascarmelino
@@angelinachima4498 Hello Angelina, yes of course. I resolved the problem, was a configuration. And it works
Oh great!
Is there a way to leverage the preview url to get library document experience without utilizing the PCF iFrame solution? I tried uploading the zip file solution to my PowerApps environment, but I think due to policies, I am receiving a "missing prvCreateCustomControl privilege" error. Or is there any way for me to recreate that Solution locally, since I can't import it?
I am not aware of any control in power apps that can show an . I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has any alternative options.
How does he do it ? Its mental. So good
He is a little crack 😉
ThankS RD, This can edit pdf files! Or only office files! I have a task where I need to sign pdf files and put comments in it by pen control. Do you have any recommendations. Thanks
Only office files. I do not have a video reference on your scenario and would have to try it out to provide guidance. I recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@yayak.9726 I have a similar requirement, can you please suggest if you are able to find anything?
Hello Reza, Thanks for the video. after pasting my site name at 5:29, i got a response about permissions. How do i handle this permission issue and how does it relate to users that i will share the app with? Thanks you.
Users whom app is shared with need to have access in SharePoint.
If viewing then read, if editing then edit.
In graph explorer- you need to set required permission consent. Its on top right side. Check documentation
@@RezaDorrani can you elaborate? I have full control permission to the SP site. Thank you.
@@poogardon4419 I was talking about users. If you share the app with users, you need to ensure they have access to the app
@@RezaDorrani , thanks for getting back to me. My issue is when I try to run the query in Graph. I get the following:
Forbidden - 403 - 228ms. Either the signed-in user does not have sufficient privileges, or you need to consent to one of the permissions on the Modify permissions tab
Do I need site admin access?
@@poogardon4419 In graph, go to modify permissions and sign in. Please read documentation on graph explorer.
I'll have to watch a couple of times to gain the necessary competency. Thank you.
Watch it again and let me know how it goes
@@RezaDorrani It's fantastic. Excellent tutorial.
@@CloudhoundCoUk Thanks so much
Another amazing video, Thank you so much Reza . I followed u but stuck somewhere, have imported into solution , when I click get more components inside my powerapps, its shows "There aren't any component libraries in this environment to import" and it ask for Create component library if I click this button, it navigate to another powerapps library where the screens have components only .
Help me to figure it out
This is not a component library. When you go to get more components, you need to switch to Code tab as shown in video. Your environment must be enabled for pcf use. Check documentation on code components.
@@RezaDorrani Thank you reza, it works perfectly , just one more to clear, how to set the document fit in center in src , it cuts some side of doc , there is any property for that?
@@Thaara1424 In the PCF gallery, there is a better version of component. Its called responsive . Select that one.
@@RezaDorrani Tq so much sir, It works as expected
@@Thaara1424 Hi, how did you solve the first problem? because when I click on "get more components", the Code option does not appear. :c
Could this be used to populate new documents from templates and subsequently trigger an approvals flow?
I have not explored the possibilities with the mentioned scenario, hence not sure
Does Reza have access to my personal powerapp project wishlist??
😆
I read minds :)
The last time I imported a PCF component, I recall that it caused a warning message to appear every time a user loaded the app. Essentially warning them that the app included a potentially unsafe component. Will that happen if I follow these steps?
Yes, but I believe there are ways in PCF to improve that experience. I have not done much with PCF though.
Hello Reza Appreciate your video ,your tutorials is awesom , i have 365 licences belong to my organization but when i log in microsoft graph explorer it's ask about admin approval
Graph explorer only requires you to sign in. Certain graph actions require admin approval:
Please help me: I need to show the attachment in sharepoint list. (In sharepoint list had 1 column: Attachment, how to show these files which user upload to Sharepoint list)
This is to show file (document library) previews only.
For list attachments - I have done other videos. You can check those.
Thank you so much for this. Works like a dream. However, how can I get the files in a folder (teams-channel). I tried with the command children but they do not show up. I get the error item not found. Any help would be greatly appreciated.
I have not tried with files in folder related to a Teams channel hence not sure.
I recommend posting your query on forums at powerusers.microsoft.com
@@RezaDorrani Thank you so much for your answer. I really appreciate it.
@@GabrielaBergantini Hi, i am trying to do the same. Have you found a solution yet?
@@jestinwegert9926 Unfortunately, I did not. I had to create a separate library without folders and just added it to the Teams navigation.
For folders, you can include the folder name or path just before the file name with extension. So instead of /root:/DocumentName.docx:/preview you will have /root:/FolderName/DocumentName.docx:/preview
Does this have to be done whilst connecting to the SharePoint documents? Or is it possible when connecting to a SharePoint list which has files attached for example - just the preview that is and not the editing of documents
This is for SP doc libs only.
For SP list attachments, I have done separate videos.
I am sure you already know about this , but just for my confirmation i have done this by using create a sharing link for sharepoint and render it in , its working like a charm, no need of graph api in this process , is there any draw back of using this?
No I have not and have not considered pros and cons.
Thanks for the quick reply mate & you should try this as well, its working like a charm@@RezaDorrani
just to let you know, creating sharing link for share point site from traditional action in power automate will not work in play mode of app as SharePoint would refuse to connect in an I-Frame, however connecting through Graph API as shown in video will work like a charm with no errors.
@@sheikhmuzammil89 ok
Thanks Reza
👍
Reza, so here is an idea. Make a power-app that lets the user add topics by category with a not. I have done that, but I want a button to publish each topic (article) to a target blog of my choice. Have you got any modern tips for that?
I do not have a video reference on this scenario and would have to try it out to provide guidance
Hi Reza,
Will it be also possible to setup same document preview experience in Document library custom forms via powerapps?
Yes, should work
@@RezaDorrani thanks!
SUPERB Video....!!! but I cannot move on until uploading solution :( :( :(
Thanks.
How to upload a solution 👉 learn.microsoft.com/en-us/power-apps/maker/data-platform/import-update-export-solutions
Good day reza, i cant use microsoft graph because my account in the company is not admin, is there a work around?
Admin is not needed to use graph. This is probably because your org has blocked graph access. I'm not aware of any workarounds
Hi Reza, can we increase the thumbnail size? bigger than large?
I don’t think so.
Hi @Reza, would it be possible to provide a downable option for the app?
Video description has details on how to download