Power Apps Export to PDF

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 535

  • @alzaimoor79
    @alzaimoor79 3 года назад +10

    As usual, distinguished in choosing topics, really a smart way, thanks for sharing

  • @OmegaVestoLord
    @OmegaVestoLord Год назад +3

    Just started a new job fresh out of collage, these videos are helping a lot to get me up to speed on powerapps quickly. There isn't a ton of super specific content on Powerapps and automate, so these videos are highly appreciated

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      Most welcome and thanks so much!

  • @cmacdhon
    @cmacdhon 2 года назад +3

    It doesn't matter what type of powerapps functionality I do a Google search for, Reza has video describing how to do it. Absolutely amazing!!

    • @RezaDorrani
      @RezaDorrani  2 года назад

      That's the goal 😊
      Thank You for watching.

  • @kevindunn212
    @kevindunn212 Год назад +2

    Reza is the best. Really knows how to break it down and not leave any steps out.

  • @EpicDreamer_
    @EpicDreamer_ 2 года назад +2

    Thank you Reza! You are light in office 365 world! And don’t be humble because you deserve it!!!!!

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Thank You so much 🙏
      It is the love of my subscribers that drives me to do better work.

  • @joanasousa6233
    @joanasousa6233 8 месяцев назад +1

    Everytime a problem arises, there's a Reza tutorial, you've helped me a lot, thank you so much Reza

  • @fabiofilho7660
    @fabiofilho7660 3 года назад +1

    Reza, I'm from Brazil and I want to congratulate you, your videos help me a lot. ;)

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Happy to hear that! Love to Brazil.

  • @MyThefury
    @MyThefury 3 года назад +1

    Simply awesome - you are simply the iron man of powerapp

  • @ccmedranoh
    @ccmedranoh 3 года назад +1

    Hello Reza, the truth is, thank you very much for your excellent videos, receive a warm greeting from Peru, you help me a lot in my projects that I have been implementing. Thank you so much for everything!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      You are most welcome. Thank you for watching.

  • @fesa7978
    @fesa7978 3 года назад +1

    Thank you Reza for your generosity. I learn a lot from watching your videos 🙂

  • @LandscapeInMotion
    @LandscapeInMotion 2 года назад +2

    Very nicely explained Reza - and practical! Personally, I would generate all the HTML in the PowerApp, and just pass the HTML as a variable to convert to Flow to convert to PDF.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      If HTML is generated in Power App and any change is needed, one would have to change the App + publish the App.
      Ideally, I would read the HTML from a configuration list.

    • @LandscapeInMotion
      @LandscapeInMotion 2 года назад

      @@RezaDorrani yeah that’s a great point. So you would only have to deploy the flow when changes are needed. Having said that, I’ve been creating Flows within the powerapps editor, but they don’t appear in Power Automate - do you know why?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@LandscapeInMotion they do. In same env where App is created

  • @salomonkayt
    @salomonkayt 2 года назад +1

    Hi Reza, at 18:09 I can't Map automatically/dynamically the ID and Title. Am I missing a step?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Expression is the key.
      Use item()?['column internal name']
      example: item()?['ID']

    • @salomonkayt
      @salomonkayt 2 года назад +1

      @@RezaDorrani Perfect. Thank you for your time.

  • @alfonsolans
    @alfonsolans 3 года назад +1

    Reza awesome stuff Brother keep rocking thanks for being so great to all of us appreciate it

  • @Deadpool12353
    @Deadpool12353 3 года назад +3

    I love your channel, its very detailed organised and fits viewers requirements..other ms developers please learn from reza.

  • @chadalthaus3866
    @chadalthaus3866 3 года назад +3

    This is so clever and simple. I hadn’t thought of using HRML and OneDrive. I was only thinking about word templates and converting those to pdf.
    Great video, Reza!

  • @shibubhai5790
    @shibubhai5790 3 года назад +1

    Thanks for this video Export to PDF. I'm waiting for long time. That's awesome.

  • @ukreddy56
    @ukreddy56 3 года назад +1

    Very detailed explanation and thank you so much. Happy to say am doing in the similar way in my project ☺️ and now can do even better as you said. Thanks again...

  • @volkanz18
    @volkanz18 2 года назад +2

    You are my hero! Keep up the good work! ❤

  • @cptcavernicola
    @cptcavernicola 3 года назад +1

    I have been waiting for this for a very long time ... thank you, Reza.

  • @ramon_1992_
    @ramon_1992_ 3 года назад +1

    Thank you so much for the shared content !! Another excellent video, congratulations !!

  • @bradjareczek5827
    @bradjareczek5827 2 года назад

    Great "flow" in your tutorial here. Great delivery and content. Thank you for sharing.

  • @booter654
    @booter654 3 года назад +1

    Great explanatory skills, Reza. I am an MCT & have never cracked such ease of successful knowledge transfer. Good work!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Thank you for your kind words!

  • @elissandramaria6471
    @elissandramaria6471 2 года назад +1

    thank you to dhare your knowledge, Im wondering how did you do on Select action in the field map, to organize only the specific fieds 'Id' from the json

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Video description has link to download the flow

  • @impulzer5850
    @impulzer5850 Год назад

    Hi, sorry I commented on the wrong video earlier. Here at 23:07 you have a condition to make sure PDF format doesn't get attached in the PDF you create. What code did you use there if I may ask to exclude PDF?
    I'm also adding the newly created PDF as attachment to the item in my SharePoint List, any idea how I can overwrite the PDF if it already exists (after amending an item and I generate a new PDF for example)?

    • @RezaDorrani
      @RezaDorrani  Год назад

      23:07 is showing the flow to create html. Im not sure what you mean by PDF format doesn't get attached in the PDF you create.
      List item attachments override if name is same.
      Video description has links to download sample flows.
      Alternatively, you can also look at posting your issue with screenshots on the forums at powerusers.microsoft.com/

  • @TSHORYUKEN
    @TSHORYUKEN 2 года назад +1

    Thanks so much for all contents u share on powerapps !

  • @sujisam5508
    @sujisam5508 3 года назад +1

    Thanks for sharing this Reza! Really useful.

  • @ThePassiontea
    @ThePassiontea 2 года назад

    what is the code you use for your onSelect button in 20:35 ( export Power App data to PDF including Images). I have managed to get the flowing working, but i have no way to create the button.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Code is to call the flow from Power Apps and pass parameters.
      Example: ruclips.net/video/emAhLzVG9bM/видео.html & ruclips.net/video/1_F9msqF-f8/видео.html

  • @billimantecas
    @billimantecas 2 года назад

    Excelent video thanks I learn very much with your tutorials

  • @allancaetano64
    @allancaetano64 3 года назад +1

    Great video, Reza!

  • @ericmild4050
    @ericmild4050 3 года назад +1

    Very good video. I always appreciate your videos.

  • @GlibPronskikh
    @GlibPronskikh Год назад +1

    Reza this is AMAZING VIDEO :) Now I can extract all receipts from All Items Attachments and make one file :) What would I do without you? :)

    • @RezaDorrani
      @RezaDorrani  Год назад

      What would I do without all of my subscribers? :)

  • @harisveletanlic
    @harisveletanlic Год назад

    At 23:08 in the video you skip to explain the condition. I can not enter "body('Get_attachment_content')?['body']?['$Content_type']" from dynamic content as you are showing in the video. How can I enter it as a condition as you are showing?

    • @RezaDorrani
      @RezaDorrani  Год назад

      Video description has link to download the flows. You can check all the code in it.

  • @dannybaque2863
    @dannybaque2863 2 года назад +1

    Hi Reza, i got one question.
    My data is too width, at the moment to generate the PDF, it cuts the last part because the orientation is vertical, how do i can change that to adjust my content on it?
    thanks

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      You cannot change the width and other aspects. For that you would need to use premium 3rd party PDF Connectors.

    • @dannybaque2863
      @dannybaque2863 2 года назад +1

      @@RezaDorrani got it, thanks Reza

  • @shaktidas5704
    @shaktidas5704 3 года назад +1

    Hi Reza,
    Your videos are really amazing. I am loving watching these. I am new to Power Platform and having total 10 years into SharePoint technologies. Though I have learnt Power Apps and Power Automate from various different sources, I haven't done any real time project end to end. Just wanted to check if you have any Demo video project end to end, which I can practice and gain some more confidence and which will be helpful for my Power Platform job hunting. Thanks :)

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      Most of my videos are step by step tutorials.
      Check playlists on my channel, I did live training sessions which may help.

  • @thiagodalmora5110
    @thiagodalmora5110 11 месяцев назад +2

    Hello Reza. Thank you! I just have a question: Is there any chance that the Convert File (to PDF) have go to error if the file exceed an size limit? For me, looks like 20MB it's the size limit, but I need to include a bunch of images in PDF, that will exceeds this limit . Do you know if there's any other solution?

    • @RezaDorrani
      @RezaDorrani  11 месяцев назад

      Check documentation on size limit. There may be 3rd party premium connectors that offer bigger file sizes.

  • @thoughtsofapeer
    @thoughtsofapeer 2 года назад

    At 18:10 in the video I don't understand how you got the ID and Title into the value fields. Can you please share how? I'm new to this so sorry if its a stupid question

    • @RezaDorrani
      @RezaDorrani  2 года назад

      By using expressions item()?['ID'] & item()?['Title']

    • @thoughtsofapeer
      @thoughtsofapeer 2 года назад +1

      @@RezaDorrani thank you! will try

  • @MustafaFarooq
    @MustafaFarooq 2 года назад

    HI Reza, as i was replicating this flow you use to export the filtered data to pdf, i dont seem to get the individual data endpoints from the json that was passed from the powerapp, below is the logic used in the app on the button onselect,
    'PowerAppV2->Compose,Createfile,Convertfile,Sendanemail(V2)'.Run(User().Email,
    JSON(
    Sort(
    Filter('Land Owner Entry List',
    Dropdown3.Selected.Value=Blank() Or Active=Dropdown3.Selected.Value,
    Dropdown4.Selected.Value=Blank() Or Deh=Dropdown4.Selected.Value,
    Dropdown5.Selected.Value=Blank() Or District=Dropdown5.Selected.Value
    ),Title,Ascending),JSONFormat.IgnoreUnsupportedTypes & IncludeBinaryData))
    i can see the json come through in the DataInput compose action. Am i missing something? i used the expression on select action json(outputs('Data')) by adding the dynamic content of Data compose action outputs in the json function.

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Formulas in the chat are hard to interpret without the intellisence and other aspects.
      I will have to look at your app & flow in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

    • @MustafaFarooq
      @MustafaFarooq 2 года назад

      @@RezaDorrani posted. its titled : Trying To Pass Filtered Records as JSON to Power Automate to Export to PDF

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@MustafaFarooq I only go to forums in my free time. You would need to wait for someone to respond.

  • @ayihtchesco7988
    @ayihtchesco7988 3 года назад +1

    Honestly, I was wondering how to achieve this, thank you

  • @jollyonlan
    @jollyonlan 3 года назад

    Great! at 15:30 the colors does not display in the pdf file, how come?

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Which colors?

    • @jollyonlan
      @jollyonlan 3 года назад

      @@RezaDorrani My bad, I think I watched 2 videos of yours at the same time. But the colors in the PDF is not the same as in the mail. How can you control the colors in a pdf? Thank u!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@jollyonlan I believe the HTML action does have some limitations. Colors via css classes is one limit.
      I had seen some posts on this on the forums.
      I will recommend you check the forums at powerusers.microsoft.com/

  • @feltreter1032
    @feltreter1032 3 года назад +1

    Is there any characters or page limit when populate Word? When I ran my app which populates a Word document, after the document launched, clicked open the file. During opening the file, the character counter showed 110384 characters in the Word file. But, when finished opening the file, the character counter showed 18498 characters in 68 pages and only about 100 records populated in the Word file. There should have 792 records. Wonder why the rest of the records were not shown in the Word document?? Greatly appreciate your advice!! Thanks.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      There are size limits with the connector. This is a standard feature and hence the limitations. The connector documentation must have the limits defined.
      You may want to look at 3rd party connectors.
      powerusers.microsoft.com/t5/Building-Flows/Convert-to-PDF-Failing-File-too-large/td-p/384254

  • @hendrixkalusokoma7105
    @hendrixkalusokoma7105 11 месяцев назад

    You are the MAN. Thank you again

  • @dingersu
    @dingersu 2 года назад +1

    So that's how to solve the img problem 🙌🙌 thank you :-)

  • @AmrAlOmari
    @AmrAlOmari 3 года назад +1

    Thanks a lot, just amazing, looking forward to try it on the weekend

  • @sergiomendes63
    @sergiomendes63 2 года назад +1

    Good morning,
    I made a stream that directs to my email. But what I wanted was to have a Button in PowerApps for the user to enter their email and send the PDF to their email. How can I do?
    Thanks for your help.

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      I do not have a video reference on this scenario (its in my backlog). I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @fanzfanzilla
    @fanzfanzilla 2 года назад +1

    Hello Reza, thank you for one more great tutorial. I have an use case where by I want to generate a PDF that has signature block which user signs using a smart card (PIV or CAC) and hits submit which saves the file as part of the app and sends the email to the next person in the workflow to review/approve/sign it with a smart card. How can this be achieved?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I do not have a video reference on this scenario and would have to try it out to provide guidance. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @RanjitSingh-xk9sb
    @RanjitSingh-xk9sb 3 года назад +1

    Thank you for the great information. We implemented this functionality last week.
    Now I know why word-break css was not working.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Thanks for watching. I hope in a future update it supports the word-break css.

  • @byronmakesnoise
    @byronmakesnoise 2 года назад +1

    Awesome tutorial.
    Have a quick question, how would you export each list entry, individually? As soon as a new entry is created, a button on PowerApps should be able to export to pdf only, the last created entry.
    Is this possible?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Possible. When an item is created, onsuccess call the flow and send the ID.
      I do not have a video reference on this specific scenario though. I would recommend giving it a shot and in case of issues, posting your issue with screenshots on the forums at powerusers.microsoft.com

  • @brendanv666
    @brendanv666 3 года назад +1

    Hi Reza, how would the Get items function work where the choice column in Sharepoint allows multiple selections? I found that I think a "Apply to each" would need to happen?

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      It would add that apply to each loop. You can use the join expression to convert all the multiple selections into a string and use in document.

    • @brendanv666
      @brendanv666 3 года назад

      @@RezaDorrani thanks mate that worked. Also sorry to hear about what happened.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@brendanv666 🙏

  • @TheGingerFuchs
    @TheGingerFuchs Год назад

    If i have a report with 10 section that needs to be populated from a sharepoint list with ~200 columns including image columns. I have it running for a single image/text combo, but am wondering if PA would run into performance issues or if I could even create that many actions? Batching by section and merging might be an option?

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      That seems to be a lot of columns. Not sure if you would hit any size limits. Check documentation to see about limits.
      This video uses OneDrive connector which definitely has a small size limit and your scenario would not fit. You would need to look into 3rd party premium connectors.

  • @Thaara1424
    @Thaara1424 Год назад +1

    Hello Reza, Thank you for the Innovative Ideas, I'm searching for a flow which converts the attachments in sharepoint list from word attachments to pdf attachments and could update the same list in attachments. Is it possible, else give me some idea abt it. Thanks

    • @RezaDorrani
      @RezaDorrani  Год назад +1

      I do not have a video reference on this 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.

  • @martincodd
    @martincodd 2 года назад +1

    This video is great.
    I am having an issue though where I use a Lookup column in my list but the flow does not return the selected item but instead the GUID. Is there a workaround?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I will have to look at your App/flow in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @dheaindah4855
    @dheaindah4855 Год назад

    hai Reza, thank you for your video, but I have a problem about the pictures size in pdf. I make a flow from sharepoint list attachment, can you give the cooding for the format size of HTML coding ?
    thank you

    • @RezaDorrani
      @RezaDorrani  Год назад

      Video description has link to download sample flows. You can check the code in it.
      Alternatively, I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @GozersHouse
    @GozersHouse 3 года назад +1

    So useful, great video

  • @dimosgrigoropoulos274
    @dimosgrigoropoulos274 11 месяцев назад +1

    Great video and thank you for all of your videos they have been a great help. I have something similar and I got the flow to work but what is the trigger that goes in powerapps for the flow. I want to be able to export the form to pdf upon submit for example. Thank you.

    • @RezaDorrani
      @RezaDorrani  11 месяцев назад

      Trigger is as shown in video

    • @dimosgrigoropoulos274
      @dimosgrigoropoulos274 11 месяцев назад

      @@RezaDorranithank you for your reply. I think I said it wrong. I am trying to figure out where to get the ID required in flow to put in powerapps. I am new to all this and learned a lot from your videos.

    • @RezaDorrani
      @RezaDorrani  11 месяцев назад

      @@dimosgrigoropoulos274 Video description has link to download the flows. Its been a long while since I did this video hence do not remember the specifics.

  • @jortemanss2826
    @jortemanss2826 Год назад

    Can you also edit the size format of the pdf file? I have a power bi paginated report that doesn't fit horizontally in a normal pdf size.

    • @RezaDorrani
      @RezaDorrani  Год назад

      Its limited in formatting options. Check documentation on pdf function.

  • @leenajareddy457
    @leenajareddy457 3 года назад +1

    Can you do a video on how to generate pdf for dynamic data in PowerApps without using flow (for offline mode)

    • @RezaDorrani
      @RezaDorrani  3 года назад

      I do not think that is possible.

  • @Figgyinchains
    @Figgyinchains 2 года назад +1

    Great video Reza!
    Question: at 22:00 you mentioned you're passing the ID, but every time I try to do this I get the options "Compose_Inputs" or "Body"
    What am I doing wrong here? I feel like I'm missing steps here.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      When clicking on "Ask in Power Apps" to get the parameter from power apps, the name of the action will determine the name of the parameter. In my case I renamed the compose action to ItemId and then did ask in power apps.

  • @harrietscott9513
    @harrietscott9513 3 года назад +1

    Thanks for the video! Quick question - the Power Automate flow is not showing up in my Power Apps. I can see previous flows I have made but not this one. The flow is tested and running with no issues. Any idea how I can connect this to Power Apps please?

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Check to see if you have built the flow in the same environment as the App.

  • @sofiejensen3804
    @sofiejensen3804 2 года назад +1

    so simple - so good!

  • @mustafahussainmohsin320
    @mustafahussainmohsin320 2 года назад

    Hi @RezaDorrani I want to export to PDF all of my gallery items to a PDF along with their Attachment pictures if they are attached..
    is there video? I am kinda stuck

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I would have to try it out to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @mir3264
    @mir3264 2 года назад

    I'm trying to send exported pdf of list item along with it's attachment in single approval email. So far I'm able to make them work individually, but can't figure out how to append attachments from multiple get items (Exported pdf and List attachments) into the Append to array variable. any tips would be appreciated. thanks.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I do not have a video reference on this scenario and would have to try it out to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @derrickkuria4206
    @derrickkuria4206 2 года назад

    Hi Rezza, I am creating a reporting tool that I write Notes on Power Apps and Convert into PDF and send it to SharePoint and an Email. Also, I never got the other tools to format PDF.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @thanhthule4564
    @thanhthule4564 Год назад +1

    One more time, it remains super brilliant work even after 2 years. Thank you for the video. One question about one scenario, I submit a form, whose data is fed into a template in Power Apps and then converted to PDF for preview and submit. How can I save this submitted pdf file as an attachment of an item created in SP list (together with other details of the form), not a pdf file created in SP library? Thank you!

    • @RezaDorrani
      @RezaDorrani  Год назад

      Thanks!
      How and where are you saving the pdf?
      You could use flow to attach as list item. This is not something I have tried though.

  • @vinayayinapurapu
    @vinayayinapurapu 3 года назад +1

    became an power addict.. will be power expert learning from your videos soon.. Great stuff my friend.. Also is there an link to inspection app? working on similar use case.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Thank You.
      No link yet. I have one more thing to add to the App which will I will showcase in my video next week and then plan to share the entire App.

    • @vinayayinapurapu
      @vinayayinapurapu 3 года назад

      @@RezaDorrani hey can’t wait to watch it. Btw congratulations on new home 🏡😎

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      @@vinayayinapurapu That is not my home. I was just walking around a neighborhood and saw a new construction and took some pics as I thought it would fit well for my use case 😊

  • @sandeephancysandeephancy5191
    @sandeephancysandeephancy5191 Год назад

    This is good. If we have Multiple screens to print and each screen contains images and some text fields is power automate is suggested or better going with html code. If so how that would be getting images dynamically for print purpose?

    • @RezaDorrani
      @RezaDorrani  Год назад

      Videos shows how to export data. Not printing. Print function supports single page only. Dynamic images - assuming you mean - images being passed to flow is shown in video

  • @johanhaasbroek9952
    @johanhaasbroek9952 3 года назад +1

    Hey Reza, thanks for this awesome video! You're channel is helping me so much its crazy!
    I just have one question:
    I am trying to create a pdf from filtered table just like you have done. In your video at 18:10 is where I get completely lost.
    When using the select function how do I specify the data points I want to print "Enter value" column?
    It looks like you are using power apps variables, but this flow has not been activated yet so we dont have those variables yet? I also don't think I should be adding new variables because then the flow is looking for additional values in powerapps and in this use case we only give the flow the user email as well as the Json data.
    So how do I specify in the Select function which "columns" I want printed to pdf? When I click on "enter value" I don't see the column names to choose from. I only see my created variables (Email & data) as well as outputs from the data and email compose variable functions. But nowhere do I see the JSON data's columns to choose from
    I hope my question makes sense. I would really appreciate your feedback as I am extremely stuck at this point.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Those are not variables. Those are data points from the JSON object passed from apps to flow. To get those data points, you would need to use expressions.
      Video description has a link to download the sample flow.
      For the Select action if you go to peek code, you can look at the expressions.

    • @johanhaasbroek979
      @johanhaasbroek979 3 года назад +1

      Reza thank you so much! Now I get it.
      You are the best!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@johanhaasbroek979 Thanks

    • @johanhaasbroek9952
      @johanhaasbroek9952 3 года назад

      @@RezaDorrani Hey Razi, I have gone to your github to download the flows.
      But in both of the flows you uploaded you don't use the select action in either of them so I am struggling to know how to write the expressions to specify the data points I want using the select action.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@johanhaasbroek9952 Use expression item()?[‘PropertyName’]

  • @abhivijayakumar
    @abhivijayakumar Год назад +1

    Hi Reza, thanks for the insightful video. A quick clarification: Is there a way to bypass the create file in onedrive and create a file directly in SharePoint since my list may have large data? I was able to create a html file and save it in a Document library.

    • @RezaDorrani
      @RezaDorrani  Год назад

      The convert to pdf is a OneDrive only action.

  • @aarounge
    @aarounge 3 года назад

    Hey Rezza, I'm trying to generate PDF for SOPs from SharePoint list item which has a few columns that can contain image and text thus they r in Rich text format, but not able to render these columns into PDF, Please help.

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      I do not have a video on this use case.
      I will have to look at your App in action to provide any guidance. I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @GlibPronskikh
    @GlibPronskikh Год назад

    Hello Reza, can you please advise or show direction how to extract all sharepoint list items with images (receipts) your help would be much appreciated.

    • @RezaDorrani
      @RezaDorrani  Год назад

      I do not have a reference on this scenario and something that would be a challenge for flow with high volume of data. I recommend checking on forums in case someone has done something similar powerusers.microsoft.com

  • @Shinsha-vaami
    @Shinsha-vaami Год назад

    Hi Reza,
    Is there is any way to reduce the image size (clicked via add media control with flash) in powerautomate (other than encodian like tool)
    My html is getting created, but for PDF getting error like
    "An exception occurred while executing within the sandbox
    Status 412"

    • @RezaDorrani
      @RezaDorrani  Год назад

      I have not come across the error you have stated.
      Also, we do not have additional capabilities like encodian with the technique I have showcased.
      I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @MrAbueslam
    @MrAbueslam 2 года назад +1

    Thank you for your great video and effort , I am not sure how to get the html for my power apps form (in my case purchase order) that I need to convert to pdf

    • @RezaDorrani
      @RezaDorrani  2 года назад

      You would need to create an HTML. There is no direct way to get it.

  • @harioachira
    @harioachira 2 года назад +1

    Hey Reza, thanks for this wonderful wonderful video. Any way to attaching this pdf fle automaticaly to sharepoint list attachement ,while pressing the Export button?

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      You can use flow to add these as file attachments to list item. I have done some videos on my channel where I have done something similar. You will need to look through those.

  • @duykhanhle1811
    @duykhanhle1811 8 месяцев назад

    Final scenario, could you teach me how to input the correct formula to trigger the PDF document icon and run flow from Power automate, I tried many ways but It was failed. In the on select function of PDF document, I input the name flow.run(...but after the racket what would be right here,, thanks for your kindness

    • @RezaDorrani
      @RezaDorrani  8 месяцев назад +1

      I have not experienced the mentioned issue and hence not sure what the cause for it could be.
      I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com

  • @feltreter1032
    @feltreter1032 3 года назад +1

    Your video Really Help me understood alot about PowerApps and the flow!! Do you have video shows passing combobox values from powerapps to flow? My PowerApps has several comboboxes and each one allows multi filter values. Don't know how to pass each combobox's values to the flow?? Make it more complicated, my app also has a input text box for users to enter text for filtering. Greatly appreciated!!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      I do not have a video on passing combox box info.
      I will recommend you check on the forums at powerusers.microsoft.com/

  • @dankirchner4460
    @dankirchner4460 3 года назад

    Is it possible to do with data that is set up as one to many? For my situation, the user selects 1 or more records to export. But there is child data under each record that would need to export as well.

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      Possible. You would have to query the child data and accordingly add it to the HTML. I do not have a video reference for this use case though.

    • @dankirchner4460
      @dankirchner4460 3 года назад +1

      @@RezaDorrani if you made a video on it, pretty sure you'd be the first one...just saying 😎

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@dankirchner4460 :)

  • @loadcvdaily1142
    @loadcvdaily1142 3 года назад +1

    Hi Reza, thanks for your video. I want to ask how Id and Title from powerapps show (18.04) in select ? I tried many times I didn't find the way. Thanks for your attention.

    • @RezaDorrani
      @RezaDorrani  3 года назад

      By using expressions. Video description has link to download the flows.
      I have even made the app available at github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip

  • @jumilbolhano3910
    @jumilbolhano3910 Год назад

    Hi reza, About in the orientation of PDF. How can I transpose the portrait to landscape?

    • @RezaDorrani
      @RezaDorrani  Год назад

      Orientation update is not an option with this technique. You would need to look into 3rd party premium connectors for those features.

    • @jumilbolhano3910
      @jumilbolhano3910 Год назад

      Hi @@RezaDorrani it is possible to use CSS in compose?

    • @RezaDorrani
      @RezaDorrani  Год назад

      @@jumilbolhano3910 You could but the technique shown in video only supports inline styles (not all styles are supported there as well)

  • @shanek9929
    @shanek9929 Год назад

    Hey the email function does't work if you are not the person who created the flow how can I fit that I already have a delegated email address and it is still failing

    • @RezaDorrani
      @RezaDorrani  Год назад

      Works for all users as the flow gets called from user context running the app. As long as user has a mailbox, it will work.
      I have not come across this issue and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @shivisharma3712
    @shivisharma3712 Год назад

    Thank you for this wonderful idea!!!
    There is two mail send to the receipt after trigger the flow.
    How can I send only one mail ?

  • @susanclark1778
    @susanclark1778 3 года назад +1

    This is very helpful - I just have issue as I am using a gallery.selected to pull a certain row in a table with attachments. I am not certain how to execute on the power app side to tell the flow what to pull, any guidance would be appreciated. Thanks for doing these videos!!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      I would have to look at your App and scenario in action to provide any guidance. I would recommend to post your query with screenshots on the forums at powerusers.microsoft.com

  • @salaheddinemekhlouf428
    @salaheddinemekhlouf428 3 года назад +1

    Thank's Reza , very interesting !

  • @laxmirohinim5442
    @laxmirohinim5442 2 года назад

    hi can u help me with..Create a Flow of your choice. It should have 2 actions including a condition for yes and no.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Best place to post issues/queries is the forums at powerusers.microsoft.com/

    • @laxmirohinim5442
      @laxmirohinim5442 2 года назад

      @@RezaDorrani where to post i am unable to see actually

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@laxmirohinim5442 I cannot guide here on chat. Forums is an open platform. Look for discussion boards. Do some searching on the site and you should get it.

    • @laxmirohinim5442
      @laxmirohinim5442 2 года назад

      any video is their of yours so that i can create a normal flow with yes or no condition

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@laxmirohinim5442 I may have done it in one of my 100 videos. You will need to check.

  • @salonibansal3111
    @salonibansal3111 3 года назад

    Hi, can you share the html style code you used to style the table,
    I have created the html table and added it in the compose action, when i add the dynamic content into the html and runs it, the data keeps falling out of the table. All content is not visible

    • @RezaDorrani
      @RezaDorrani  3 года назад

      Check ruclips.net/video/VnWg-Eox37Q/видео.html for HTML Table styling.
      I will have to look at your flow in action to provide any guidance related to your issue. I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com
      I have also made the sample App (which includes the connected flows) available for download at github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip

  • @ee2373
    @ee2373 3 года назад +1

    This was so helpful! I have one issue with multiple lines of text columns. When exporting it to pdf, it doesn't wrap the text which leads to over flowing text. Is there anyway to wrap the text? Thank you!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      I believe that is a limitation. The technique showcases in the video uses standard connectors.
      There are premium connectors that offer a lot more flexibility.
      I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

    • @ee2373
      @ee2373 3 года назад +1

      @@RezaDorrani Thank you so much Reza! I was able to convert it into rich text and it resolved the over flowing text when it was converted to PDF. Your videos have helped me so much these last couple of months, thank you for everything you do!!!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@ee2373 Awesome!

  • @maggieho9521
    @maggieho9521 3 года назад

    I followed your Json flow steps, but can't select "Ask in PowerApps" (the items from my collection). Anything I did wrong? Please help!

    • @RezaDorrani
      @RezaDorrani  3 года назад

      I will have to look at your flow in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

    • @maggieho9521
      @maggieho9521 2 года назад

      @@RezaDorrani Reza, my json passes the values of all the fields from powerApps to the flow. However, my generated html content is not a table like in your video. But, still passing array of text values with several fields. How can I reference each field in the html content. My output file is like a array of text paragraphs. Also, do I still need to use the create html table data operation? My data still is an array. I don't know how to share the info with you? I don't know how to attach screenshots in this comment. Hope you can help! Greatly appreciated! Thanks.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@maggieho9521 You can attach screenshots and all other details on the forums.
      powerusers.microsoft.com

  • @forzeferrari2668
    @forzeferrari2668 Год назад

    Hello, I’m having issues with the create file in one drive. It creates it in my personal one drive even when someone else triggers the flow. Can I make it so that whoever triggers the flow gets the file in their personal one drive instead ?

    • @RezaDorrani
      @RezaDorrani  Год назад

      The default behavior is that in creates in users onedrive. I have not come across the mentioned issue and hence not sure what the reason for your issue is. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com

    • @forzeferrari2668
      @forzeferrari2668 Год назад

      @@RezaDorrani thank you for your reply. Could it have something to do with the fact I’m using ‘when an item is created or edited’ in share point as a trigger? Maybe this trigger doesn’t provide the flow with who actually triggered that change and therefore it defaults to my one drive because I made the flow ?

    • @RezaDorrani
      @RezaDorrani  Год назад

      @@forzeferrari2668 yes that is the reason.

  • @AG-mm8un
    @AG-mm8un 2 года назад

    Did you not hit the 2mb limit on converting the Html to PDF via One Drive Business connector?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Did not for this scenario since size was within 2MB.

  • @mustafahussainmohsin320
    @mustafahussainmohsin320 2 года назад

    I actually, want to have a PDF of gallery items, 1 by 1 and with their attachment photos as you have only exported single record.
    I want to export multiple records like that.. how to edit the flow according to that please help?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I would have to try it out to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com

  • @paolovr1970
    @paolovr1970 2 года назад +1

    Thanks a lot Reza, always clear and amazing.
    But if I've the storage of inspection photo on SQL table stored on a varbinary colum, do you think I can use your solution? Html need a src URL link of the pictures 🤔

    • @RezaDorrani
      @RezaDorrani  2 года назад

      My solution would not work with SQL. I do not have a video reference on SQL scenario. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @541576
    @541576 3 года назад

    Hi Reza Dorrani! Since we are using our own one drive as part of the flow to generate the pdf, how we can allow the other user to use Powerapps PDF? I have try other to use that but it did not works to generate the pdf due to one drive.

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      Since Power Apps is called from flow, the flow runs under context of user running the Power App. So the file will be generated in the users OneDrive.

    • @541576
      @541576 3 года назад

      @@RezaDorrani What if i use SharePoint library to create the file and convert the file? Does this will be works?

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @@541576 It should work but I believe the conversion action is in OneDrive connector only.
      I will recommend you check on the forums at powerusers.microsoft.com

    • @541576
      @541576 3 года назад

      @@RezaDorrani Sir, if you dont mind, can i talk via Teams on this which i can share what i have done so far. Can you drop ur email address here to invite in the teams.

    • @RezaDorrani
      @RezaDorrani  3 года назад +1

      @@541576 Please post your issue on the forums. I myself go to forums in my free time.

  • @charlesdawnbeltran9603
    @charlesdawnbeltran9603 2 года назад +1

    Again superb and informative video.
    I just have a question. Is it possible to insert the attachment/images in a html table. Column 1 could be the description and column 2 is the pictures.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      Possible by adjusting the html logic. I would have to try it out to give exact steps. Give it a try and in case of issues, post your issue/query with screenshots on the forums at powerusers.microsoft.com

    • @charlesdawnbeltran9603
      @charlesdawnbeltran9603 2 года назад

      I would give it a try and make this vid my guide. But it would be great to also see this type of solution from your channel. A lot will definitely benefit.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@charlesdawnbeltran9603 I make videos when I get a lot of folks requesting a topic. I have received a few requests on this one.
      Every quarter I ask subscribers for topic suggestions on my Community Tab.
      Make sure to post this as an idea there. If it gets a lot of votes, I will consider it.

  • @ashlyg5286
    @ashlyg5286 2 года назад +1

    Reza , Thanks for this video.
    Is there any way to generate pdf with multiple records with multiple images?
    This video shows pdf generation for images in a single record.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      I do not have a video reference for multiple record scenarios.
      I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.

  • @Bibliotekr
    @Bibliotekr 2 года назад

    When you create the first parameter, which is Compose the "UserEmail", you inform "UserEmail_Outputs". But when I try to link the flow in Power Apps, it doesn't identify. I'm not understanding how you created the variable in "UserEmail".

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Check this video ruclips.net/video/UZdngrwWsqA/видео.html where I go step by step

  • @saanisirajulhaque375
    @saanisirajulhaque375 3 года назад

    Hi Sir in the third step were you are using select and mapping it with ID and Title I am not getting any value there can you please help let me know what wrong a I am doing

    • @RezaDorrani
      @RezaDorrani  3 года назад

      You will need to write expressions.
      Example: item()?[‘Title’]

    • @RezaDorrani
      @RezaDorrani  3 года назад

      @Abdil Game It should be the same. I will have to look at your app/flow in action to provide guidance. I will recommend you post your issue with screenshots on the forums at powerusers.microsoft.com/

  • @rusticfittings1
    @rusticfittings1 2 года назад

    You are a genius

  • @Hypebeast777
    @Hypebeast777 5 месяцев назад

    Hi Reza, can we convert pdf to html without using premium connectors and then add the signature at the end fetched from powerapps

    • @RezaDorrani
      @RezaDorrani  5 месяцев назад +1

      Im not sure about that as I have not tried it

  • @ravirachchh4062
    @ravirachchh4062 2 года назад

    How can I put page numbers in generated pdf file. We have a requirement where we are generating pdf of 2-3 pages of contents and we need to show page numbers like 1 of 3, 2 of 3, 3 of 3 like that. The content is dynamic and I don't know how many pages it will generate.

    • @RezaDorrani
      @RezaDorrani  2 года назад

      As far as I know, page breaks are not possible with this technique and hence no page numbers. You will need to look at using premium pdf based connectors for that.

    • @ravirachchh4062
      @ravirachchh4062 2 года назад

      @@RezaDorrani Thanks mate for the quick response. Can you suggest some good and affordable third party connectors to achieve this requirement?

    • @RezaDorrani
      @RezaDorrani  2 года назад

      @@ravirachchh4062 I have not used any of them. I have seen posts about them on forums. Please check on forums at powerusers.microsoft.com

  • @BenjaGm
    @BenjaGm 3 года назад

    Hi Reza, after creating the select action, there are no dynamic fields in the values (looks like PA does not gets the fields from the collection). Do you know how to fix it?

    • @RezaDorrani
      @RezaDorrani  3 года назад

      You would need to use expressions.
      Example: item()?['propertyname']

    • @BenjaGm
      @BenjaGm 3 года назад +1

      @@RezaDorrani Thank you Reza, I will try that!

  • @soulaimanhatim7838
    @soulaimanhatim7838 2 года назад +1

    Dear Mr Dorrani, Thank you so much for your teaching. May i know if there is any way to generate powerpoint by template with power automate (without premium please, and using powerapps and sharepoint list/documents)?

    • @RezaDorrani
      @RezaDorrani  2 года назад +1

      Thanks for watching the videos and liking the teaching style.
      I am not sure about ppt with flow. Look if there are any APIs for it or check on forums if anyone has done something similar powerusers.microsoft.com

    • @soulaimanhatim7838
      @soulaimanhatim7838 2 года назад +1

      @@RezaDorrani ok thanks for your response

  • @violettabybina6996
    @violettabybina6996 Год назад +1

    Hello Reza, as usual video is super helpful! Thank you a lot!
    One question. Content that i save to pdf doesn't fit well in the file. Landscape format might be better solution but when pdf is generated I don't know how to define landscape format to the file or maybe inside HTML format i can condition portrait format.

    • @RezaDorrani
      @RezaDorrani  Год назад

      The pdf generation technique shown in video does not provide those options. You would need to look into 3rd party premium connectors.