PowerApps - PDF function to Generate & Save PDF in OneDrive/SharePoint

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 27

  • @keithgiles8779
    @keithgiles8779 5 หลายเดือนก่อน +1

    I am now a subscriber. Thank you for not preloading any of your solutions. I see others doing this to save time and/or eliminate rework. It's nice to see things built from scratch. Thank you so much!

    • @m365techhelp
      @m365techhelp  5 หลายเดือนก่อน

      Glad to know 😊thankyou !

  • @Chgrtours
    @Chgrtours ปีที่แล้ว +1

    You saved my life with the JSON formula!! Thank you sooo much dude!

  • @stephenbrent
    @stephenbrent ปีที่แล้ว +1

    Excellent email and demonstrated exactly what I was trying to achieve

  • @turisabela
    @turisabela 2 ปีที่แล้ว

    Hi, there! Your video is well explained and easy to follow! It helped me a lot! Thank's a bunch!!!

  • @edtt1760
    @edtt1760 8 หลายเดือนก่อน

    You really nailed it, I was looking for this for a little while now. I was wondering if there is a way to create an additional screen as a PDF Viewer using the files created with this function, it would be interesting if the name of the file could be customized using the user()FullName function and have sort kind of scroll down menu with the list of files created within the same pdf viewer screen in the app. Thank you again for such a wonderful explanation.

  • @EllieCarter5225
    @EllieCarter5225 ปีที่แล้ว

    I love this video and was perfect. What if I wanted to loop through several gallery items to save the current selected item to name the pdf file dynamically?

  • @nindyasofiana
    @nindyasofiana 4 หลายเดือนก่อน

    Hi thank you for the amazing video, do you have any idea to generate pdf contain chart?

  • @joseantoniocalabuiggonzale3629
    @joseantoniocalabuiggonzale3629 ปีที่แล้ว

    This video is great, but we could create a PDF of both galleries in a self-flexible nested gallery. Can this be done?

  • @kipedwards9866
    @kipedwards9866 2 ปีที่แล้ว

    Thanks for the video. I followed your instrutions, but I get the following error message: "The target of the pdf function cannot be nested in a gallery, form or component". What can I do to correct this?

  • @hereskieu1
    @hereskieu1 ปีที่แล้ว

    Hi there, thank you for a great video! I got this error msg "Unable to process template language expression in action Create_file' inputs at line '0' and column '0'. The templated function 'dataUriToBinarytriggerBody' is not defined or not valid". Can you help me fix it? Thanks!

  • @agojiedoramilaje27
    @agojiedoramilaje27 ปีที่แล้ว

    The expand container doesn't work when published but works fine in preview. Any suggestions?

  • @dileep_kumar_s
    @dileep_kumar_s ปีที่แล้ว

    Hi,
    Is it possible to save Model driven app record with entire data as PDF ?

  • @sunilsahu831
    @sunilsahu831 3 หลายเดือนก่อน

    What is the max file size that can be used?

  • @yogitashelar563
    @yogitashelar563 ปีที่แล้ว

    hi, i want to this generated file in sharepoint list attachments column , please suggest, thanks

  • @yajjoj
    @yajjoj ปีที่แล้ว +1

    the video is really good buy the issue with this way it does not support other language like Arabic. Arabic words will be spaces:'(

  • @vishwachaitanya9221
    @vishwachaitanya9221 ปีที่แล้ว +1

    Hi
    I want export multiple screen into SharePoint in pdf format
    How to do can u pls explain

  • @giovanninieto3628
    @giovanninieto3628 5 หลายเดือนก่อน

    Doesn't really cover the grouping of the image and the data value. Second, the "pdf download" image seems to only show up either "OnSuccess" or when a certain parameter is met when the demo is ran. Could you elaborate on this? Seems like a gap in instruction or assumption the viewer understands this. Pardon my ignorance.

  • @malik373
    @malik373 10 หลายเดือนก่อน +1

    I don't have the CreateFile_FileContent, CreateFile_Filename in the dynamic content. Where did you get that from because I don't see it mentioned anywhere in the vid before you started using it.

    • @mukeshs8973
      @mukeshs8973 9 หลายเดือนก่อน +1

      Were you able to find a solution to this?

    • @francescoclementoni
      @francescoclementoni 4 หลายเดือนก่อน +1

      same

    • @fatman767
      @fatman767 3 วันที่ผ่านมา

      I had to do some research, but the PowerApps trigger in this vid is V1.
      If your PowerApps trigger is V2, you'll need to manually add the corresponding inputs into the trigger step to match each parameter in your app's ".Run()" statement.
      *MUST BE IN THE SAME ORDER ON BOTH SIDES SINCE POWERAPPS SENDS THEM TO THE FLOW IN THAT ORDER *
      Example:
      In your app:
      GeneratePDFFlow.Run(MyItem.Title, MyItem.IDNumber, {Substitute(JSON(varPDF,JSONFormat.IncludeBinaryData),"""","")})
      ***(note last parameter is wrapped in curly braces {} to pass this information as a record/file)
      In your trigger step inputs:
      Input 1: [Text] Title
      Input 2: [Text/Number] Item ID
      Input 3: [File] File Content
      Once you add those corresponding inputs, you can then select them as "Title", "Item ID", "File Content", etc in the Dynamic Content popup
      The system will automatically link between both sides and the app will throw a formula error if the datatype isn't what the flow is looking for.

  • @PP.2028
    @PP.2028 หลายเดือนก่อน

    how to save pdf in onedrive? please explain it would be very helpful for me

  • @yamunachongala
    @yamunachongala ปีที่แล้ว

    Hi..i have been struggling to send pdf generated power bi report to email through power apps without any premium subscription. can u please help me out with this?

  • @Abhishja
    @Abhishja 5 หลายเดือนก่อน

    How to click Button in first screen , then go to second Screen to get the PDF generated?

  • @salomecheruiyot6845
    @salomecheruiyot6845 ปีที่แล้ว

    how can i insert the name so that every pdf i download is named accordingly