You're the MAN Shane! I took your advice and watched this. Then I got on chat GPT 4 and uploaded an existing PDF template, asked it to make it into HTML, and a few cleanup prompts later I had a working HTML template complete with place holders for my dynamic client data. AMAZING! now I just need to make the flow to convert and save it. The easy part.
@ShanesCows6 ай бұрын
I love this so much! Great job! 🤩
@MichaelDeBlasis13696 ай бұрын
Thanks Shane. I just completed it and had a beer. Cheers to you for making all this possible. What a great hack on that html control. Makes getting the document set correctly a breeze@@ShanesCows
@dacsch972 жыл бұрын
So, this is the 5th PowerApps911 video that I have watched today. I am focusing on components and making pdfs. They all have been extremely helpful and have saved me time. Thanks!
@ShanesCows2 жыл бұрын
Wonderful!
@MichaelDeBlasis13695 ай бұрын
I studied HTML code all week and I finally got this working Shane! TY Again! one more thing crossed off.
@ShanesCows5 ай бұрын
Awesome. 🤩
@SharleneLe2 жыл бұрын
AMAZING!!! I've been struggling for days now trying to find an easy free way to accomplish what you just showed us. Thank you Shane!
@ShanesCows2 жыл бұрын
Happy to help. Have a great day. 🐶
@heylergalvez8815 Жыл бұрын
Thank you Shane! I have a technical test for a new job I'm applying for, your video helped me a lot. Greetings from Central America.
@ShanesCows Жыл бұрын
Good luck on your test! You will do awesome 🤩
@pamsmith1635 Жыл бұрын
Yes! Got it to work! Now I need to see about using one of the third party converters because I really need it to be landscape. Awesome video!
@ShanesCows Жыл бұрын
Awesome Pam. I think Cloudmersive or Encodian is the first 2 you should look at. 😎
@javierospina19352 ай бұрын
Thanks! I am starting in this world of Power Apps and the videos have been very helpful.
@ShanesCows2 ай бұрын
Awesome, glad to help on your journey. Be sure to check out training.powerapps911.com if you want more structured learning also. 😎
@pepex902 жыл бұрын
I love Power Apps. I hope back to Power Apps sometime. Greetings from Chile 🇨🇱
@ShanesCows2 жыл бұрын
Have a great day José! 🐶
@Worrelpa2 жыл бұрын
Thanks Shane Another one of those common asks. Glad you covered the limits at the end to. As that trips up a lot of people. Some times I wonder if one day things like thos would be easier and that certain features supported the same html rules. I can only dream I guess.
@ShanesCows2 жыл бұрын
That would be amazing! The fact that the HTML rules are so radically different across the platform is exhausting quite frankly. 😵💫
@Worrelpa2 жыл бұрын
@@ShanesCows email clients is flying of html in email is just as bad. Outlook desktop being one of the worst as it strips out certain tags. Yet the web version doesn't. 😜 Hopefully on the road to getting that fixed.
@matthewv41702 жыл бұрын
Hi Shane, if you connect this with a form you can also pull all the attachments through and attach to the email if you pass through the List ID to flow from PowerApps. Also I create the new file in SharePoint add metadata to the file and then attach a copy of the file to the list item tying it all together with a GUID()
@LandscapeInMotion2 жыл бұрын
Shane - you always bring the gravy!
@ShanesCows2 жыл бұрын
Happy to help. Have a great day. 🐶
@MichaelDeBlasis13696 ай бұрын
OMG!!!!! I got it. GPT 4 FTW! Here's what we did - To add items from a collection to your HTML invoice in Power Apps, you need to dynamically generate the HTML table rows for the line items based on the collection. Since Power Apps doesn't natively support looping through collections in a single HTML text control, you will need to generate the HTML for the table rows dynamically using Power Apps functions. Here's how you can do it: Prepare Your Collection: Ensure you have a collection with the necessary properties, such as ExpenseName, Description, and Expense. Generate HTML Table Rows: Use the Concat function to concatenate the HTML for each item in the collection. This will dynamically generate the table rows.
@ShanesCows6 ай бұрын
You might enjoy this video where I have some concat chaos fun for html :) kzbin.info/www/bejne/d5-og5l9fqprndk
@MichaelDeBlasis13696 ай бұрын
Swweeeeet! TY!!!! PS. I am very close in prucring funds for your classes. ;)Chat soon I guess.@@ShanesCows
@EdSalinas-9710 ай бұрын
Good job pretty much anticipating all of the questions I was going to ask: first off if there's a way to do it without One Drive for Business and instead creating the html file in a Sharepoint Library and then converting it to PDF. Second was the landscape question since I want to ultimately create a shipping label for our Logistics Department. It's been a year since this video so maybe there's a more updated solution, but thanks for the video!
@lukewolton14942 жыл бұрын
Great video, this might just solve two issues/requirements I currently have with one apps.
@erikmoreau51832 ай бұрын
Great video as always. Thank you Shane. I'm wondering how I can use the title Label in PowerApps as the filename for the PDF.
@ShanesCows2 ай бұрын
Set your flow up to Ask in Power Apps for the file name. Then pass the labels text as that input.
@yacobmusic Жыл бұрын
Thanks Shane, you're the master!
@ShanesCows Жыл бұрын
Appreciate that :)
@arielamine5662 Жыл бұрын
Does that method support CSS ? It would be great to have well formatted pdfs
@ShanesCows Жыл бұрын
Inline Styles for the most part yes. What you can and cannot do with styling just takes a lot of trial and error, but yes, I have made some very pretty ones along the way.
@nicholaiconstanti51752 жыл бұрын
This is a great video. How would you dynamically compute the file name and also how would you pull other information from the gallery over so you can use it it in the rest of the flow, such as email addresses that you have within the gallery. thanks.
@petovie10 ай бұрын
How can I also do this?
@steffturton95677 ай бұрын
This is the bit I am struggling with- help us out Shane!
@gstredny Жыл бұрын
Hey Shane! Thanks for the video! Is it possible to do this just through Power Automate? Creating a flow specifically pulling images and data from Sharepoint and creating a PDF for each row item in Sharepoint?
@vedvoyager Жыл бұрын
Hi mate. Have u done that? I am with the same situation...
@jmanbaluch0082 жыл бұрын
Awesome Video Shane! When I move a a solution from Dev Environment to Test Environment, the same flow also moves to the Test Environment but the print button doesnt work. Since the Test Environment is a managed solution, if I edit it, it creates an unmanned layer. Have you noticed it doesnt work in a different Environment? Do you know how I can move it to another environment and make the print flow feature work? Thank you!
@ShanesCows2 жыл бұрын
Hmmm... I haven't ran into that. I don't have an answer but I will try to think about that next time I am playing with Solutions.
@SanaShaikh-jd3ld3 ай бұрын
Hi shane! Using this same methodology can we build pdf using data from different SharePoint lists which are connected using referal ID. Actually my requirement is to build a payslip of the employees but i also want to display their leaves taken and leaves balance which is stored in another list. Could you please suggest me something regarding this??
@ShanesCows3 ай бұрын
Yes, use the Concat function and adding looking or nesting as necessary. kzbin.info/www/bejne/d5-og5l9fqprndk
@okmr77065 күн бұрын
Hi Shane, thanks again for your great video! Just wondering if part of a SharePoint page can be converted to PDF or Picture using Power Automate please?
@ShanesCows5 күн бұрын
Not directly sorry
@ps00spf5 күн бұрын
Hi Shane. Thanks for another awesome video! I've watched a couple of your tutorials on this now and almost everything works, except the 'Convert File' or 'Convert file using path' steps are outputting a generic file instead of a PDF. The files are named filename.pdf using a dynamic input from PowerApps through a compose step to create the name. Do you have any idea why I can't generate a .pdf output please? After extensive searching all I can find is a suggestion that the Microsoft converter is unreliable, but can you suggest anything else please and thank you?
@ShanesCows5 күн бұрын
You should have 3 steps. Create file in OneDrive - This should be an HTML file with an HTML extension Convert file - This should use the ID of the file you created in the previous step Create file in OneDrive - This should be the output of the Convert file plus a name like Buddy.PDF Confirm the HTML file is correct. Remove anything dynamic and try with hard coded names and such. The process should work 100% of the time in this simple scenario, get that to work then troubleshoot.
@ps00spf2 күн бұрын
@ShanesCows Thanks Shane. It turned out to be a connections issue in the end. After deleting and adding the connections again, removing and re-adding the Flow to PowerApps, everything seems to be working and I'm creating a PDF. 🤷♂️
@JenMayB Жыл бұрын
Thank you Shane. In using the OneDrive- is it always the users OneDrive or is it always my OneDrive that the user is accessing when they access that flow? I’m just curious how that works because I would have to have a folder that everyone in my organization had the same named folder for the flow to work if it was accessing their OneDrive.
@ShanesCows Жыл бұрын
The user is always using THEIR OneDrive. If the folder you specify in the flow doesn't exist the create file process will automatically create it for them. 😎
@JenMayB Жыл бұрын
@@ShanesCows thank you! Saves me from having to test ot out with someone.
@GregCo722 жыл бұрын
So, I'm assuming if you loop through a list with many entries since it's html it will span multiple pages? Now if we could get external style sheets to work that would be awesome.
@ShanesCows2 жыл бұрын
Yup, this video talks about the looping. kzbin.info/www/bejne/mJe7h5J9jciSgK8
@autofxusa99652 жыл бұрын
@@ShanesCows Is there any fix to pagination? I often have a file that has a table that goes into a second page. The last item on the first page gets cut in the middle because the conversion doesn't recognize it's crossing pages.
@lindakeefe69202 жыл бұрын
Great video, Shane! I have followed this step by step and having issues with the images coming through on the PDF. The text and all come through just fine from PowerApps into HTML, and then into PDF....all except the images. I was super excited to try this short cut. Any troubleshooting ideas? BTW, I can see the images when I open the HTML file.
@JulianC-g2g2 жыл бұрын
same here
@Bibliotekr2 жыл бұрын
Same here.
@elseb2 жыл бұрын
it worked for me when I've removed the quotes from html, it looks strange but the quotes are generated by Shanes JSON so the code looks like:
@dion4894 Жыл бұрын
Great video! However, when I try styling HTML such as aligning some text and giving text background color I can see it in Power Apps. But somehow that part doens't come through in the PDF. Am I missing something?
@ShanesCows Жыл бұрын
The conversion engine uses different HTML rules. Try inline styles. It is all possible just have to keep trying different ways till you find the one that works. 😐
@aliahbasri7837 Жыл бұрын
Hai Shane, in this episode I'm very interesting in getting image to PDF. How about, there is multiple images. How can i implement using JSON Function?
@ShanesCows Жыл бұрын
kzbin.info/www/bejne/mHrRlmZ6eZh7d8k You can have multiple small photos, handle each one individually like the video shows.
@fanzfanzilla Жыл бұрын
Thank you for the video. Is it possible to add a signature block that allows using government smart ID card (PIV)? Can you show example of it?
@ShanesCows Жыл бұрын
Not that I know of. Sorry
@muhammedirshaad Жыл бұрын
This is great. Is it possible to use powerapps and automate to fill in existing pdf templates with user data that are in a SharePoint?
@JohnDoe-pe6yl10 ай бұрын
Mine will create 2 files the HMTL and the PDF file but for some reason the PDF is blank. Any idea what causes this? Is there a step at the end that can either open the file location or the good file to print without going the long route?
@ShanesCows10 ай бұрын
Look at your html. You have a bad or missing tag most likely
@ealexander24882 жыл бұрын
Is it possible in Powerapps, to have a button that takes a screen shot of the final screen in an app, and make it a pdf to store in a OneDrive folder?
@ShanesCows2 жыл бұрын
Not really. The one thing you could look at is maybe print to pdf? kzbin.info/www/bejne/gH7Lh6d_fpqbh9U
@julessaundersonco6790 Жыл бұрын
As always, you have the answers! One question, can you share how we can bring the name of the doc generated in Powerapps over as the filename (that will obviously be dynamic). I've tried a gazillion different ways and am reaching the crazy side of efforts...
@ShanesCows Жыл бұрын
In this really old video I show how to respond from flow. Different topic but same concept. I will put responding to Power Apps on my to do list. :) kzbin.info/www/bejne/paeveqqkn5uEoLc
@Justinline2 жыл бұрын
Hi . . . I'm looking to use the HTML box, but without the Gallery. I've been able to display fields correctly with just the DataCardValue.Text working. However, I can't get a people picker field to display correctly. I've tried many things like DataCardValue.DisplayName, but nothing is working. I'm surprised it isn't the same as with the Gallery syntax, like DataCardValue.'People Field'.DisplayName or something similar. Any insight is appreciated. Thank you for all your great videos.
@putriayunurbayti13932 жыл бұрын
Thank you for your new lesson.. that was awesome !!
@jesugiovanny2 жыл бұрын
Thanks Shane, please continue share your knowleadge. Rgds
@jorgeluisleonaceituno55032 жыл бұрын
Hola! Muchas gracias por sus videos!!! Le saludo desde Guatemala! Con una consulta, cómo se puede adjuntar varios archivos con html? Desde ya muchas gracias
@ShanesCows2 жыл бұрын
In this video I talk about sending emails including attachments. Does that help? kzbin.info/www/bejne/rKG8nIKZmNyhars If you are trying to attach files to the PDF then I do not know how to do that. Sorry.
@Maverick-uw1nc Жыл бұрын
Hi Shane, Nice video clears basic concept. But would you have or can you make a video similar to this but instead of using HTML codes to create pdf file it should call a flow which fills up my predesigned word or pdf file.
@ShanesCows Жыл бұрын
Maverick it is on my far out list of videos. I have never had a project where I have had to populate a project so I don't have any first hand experience. My team has done it but I haven't. 😐
@MichaelDeBlasis13696 ай бұрын
One last thing. If anyone has issues with the PDF conversion... A great workaround is to add a print button that goes invisible when clicked so it does not show on the printed doc. Then just print to PDF and save to sharepoint. I know that's not automated etc, but a friend of mine brought it up as an idea when I was getting frustrated with my html formatting. Luckily GPT4 resolved that for me, but it worth noting that print to PDF will still get you a PDF doc with dynamic properties from your app. Which is the goal, right?
@ShanesCows6 ай бұрын
I like it
@MichaelDeBlasis13696 ай бұрын
Now my boss is so excited she wants some multipage docs to also be populated like the one page invoice I just made. I don't think this method works for a multipage doc. Or am I wrong there? I see some things online from Andrew Hess about a free way to populate a word doc using content types. I might give that a try. Do you have any videos on that as well? Yours are better hehehe!@@ShanesCows
@videobewerker1119 ай бұрын
Hello Shane, if you have a child/repeating table ... can I save the html data in a parent field to be used later in a created pdf or re-opening in power apps? I saw a example of a Nintex Form saving the repeating table info as XML in a sharepoint parent list 'more lines field'.
@WiserGuy Жыл бұрын
Hi Shane, I really appreciate you putting this content out on KZbin, I've used many of your videos for inspiration. I've looked high and low and cannot find out how to control the page size of the PDF when going thru this process, no matter what I do in the HTML. Is there documentation out there? Is that something you address in any other video?
@ShanesCows Жыл бұрын
The only luck I have had is inserting Page Breaks. kzbin.info/www/bejne/j5y2f5ptd8SlptU All of the other page manipulation stuff doesn't seem to work unless you use one of the 3rd party tools.
@peterspencer7317 Жыл бұрын
Can the html in powerapps also be used where powerapps has a multi choice selection. I cannot seem to get rid of the error generated. e.g Location has 5 location to select from in an inspection app, but when writing the html code in powerapps all i get is an error
@ShanesCows Жыл бұрын
You need to use concat Concat(combobox1.SelectedItems, Value, “;”) that would write them semicolon separated.
@getmighty8619 Жыл бұрын
What if I want to include an image that I don't want the user to see until the image is generated? Just create an image in the app and make the image visible property to false?
@ShanesCows Жыл бұрын
That should be fine. :) Or because you will have the base64 you don't have to display it. Remember base64 is the key to images in PDFs.
@Elwood553123 ай бұрын
How would you then move that file from OneDrive to a SharePoint library in flow?
@ShanesCows3 ай бұрын
YOu don't have to move the file. The 3rd step you can create the file in SharePoint or any other file location. The Create HTML file and Conver file actions have to be OneDrive for Business, then you can do anything you want. :)
@DougLeamon4 ай бұрын
Hi there, great content. I am new to powerapps. I am looking to create a power app from a Sharepoint List that uses a flow to create a pdf sent by email. Do you have any videos on that? Cheers
@ShanesCows4 ай бұрын
I don't have anything exact. If I was you I would do things in this order. 1 - Build a POwer Apps app using SharePOint that collects and interacts with the info you want. Once it works 2 - Build a flow that makes a PDF from your data by pressing a button in the app. Get it looking the way you want. Once it works. 3 - Add to the flow the ability to attach that file to an email. Solve small problems and you got this! 🤩
@mkavo2 жыл бұрын
Hi Shane, great video, say you wanted to select 3 of the Employees from the Gallery and print their details in an ordered or unordered list how do you do that? add them to a collection then put the collection info into the HTML code for HTMLtext box? I can't seem to get the syntax right!!
@Randyr19632 жыл бұрын
Hi ALL, quick question, I performed the Flow as outlined in the video, when I ran the flow it creates the HTML File ( I can open and see it in a browser) , but won't convert to PDF,... this is the error "ERROR Details : Conversion of this file to PDF is not supported. (Sandbox_HtmlTransform_InvalidOperation / An exception occurred while executing within the Sandbox) "
@parranoic2 жыл бұрын
Is it possible to just take a file, convert it and save it to SP. I'm getting "Conversion of this file to PDF is not supported." It seems they broke Convert File in 2018 and no solution seems to work. I don't wanna go to power apps, convert to html, save the file, convert it again to pdf etc
@ShanesCows2 жыл бұрын
What type of file are you trying to convert? Some of the 3rd party conversion tools support more file types.
@parranoic2 жыл бұрын
@@ShanesCows Thanks for the reply Shane, mainly Excel files. My tests were done with xlsx. PS they don't want to get my coworker another paid license for the N other premium actions available since they already paid for his Power Automate Plan 2
@wolfcat007 Жыл бұрын
So I need about 1000 images to create a pdf report. I need to use base64 but the data column in SharePoint shows the list down to a crawl. How do get around that?
@ShanesCows Жыл бұрын
The free PDF conversion process shown here has a file size limit of about 2 MB total 🫤 So no way you are getting a 1000 images in there. Probably not even 10. If you need that massive of a PDF you will need to look at on of the 3rd party tools, I think I mention at the end of the video.
@wolfcat007 Жыл бұрын
@@ShanesCows yeah. I’ve scratched my head on that limitation. It’s for building a punch list app with photos. I’ve been down on my luck with finding an alternative solution, to the point where 7 months of development, 5 of those was dealing with this pdf issue. What is your recommendation? I’ve thought of getting a hosting site just for images, or sadly scrapping the whole thing and redoing it as a browser version. ::Shrug::
@getmighty8619 Жыл бұрын
Conversion of this file to PDF is not supported. (Sandbox_HtmlTransform_InvalidOperation / An exception occurred while executing within the Sandbox) :(
@ShanesCows Жыл бұрын
I have never seen that error. I would look at your HTML. It has to be well structured or the process gets mad.
@getmighty8619 Жыл бұрын
It doesn't allow flexbox it looks like :(@@ShanesCows
@oluwatobiyusuf2 жыл бұрын
Thanks for another great video. I will definitely try out the image part
@shinshae7882 Жыл бұрын
Hi Shane, Thank you for this video, I created the app, and the flow. But the thing is, my data is not coming in pdf, in html file all are working as expected. Could you please help here
@ShanesCows Жыл бұрын
You have a typo in your HTML. Look at it closely. You are missing a closing tag or something similar.
@shinshae7882 Жыл бұрын
@@ShanesCows Thank you so much😃😃😃 I missed one double quotes, now it worked 🎉
@martinwhite23699 ай бұрын
Hi @shane - how would you do this if you wanted to produce a report for each employee in one click?
@nh-eu2lg2 жыл бұрын
Anyone have an issue of random instances where the pdf has "show your html text here" it seems that power app sometimes fails to send flow information.
@ShanesCows2 жыл бұрын
That has never happened to me but I have heard of it for others. 😑 Usually the app was too busy to keep up or a hidden control kind of thing. Not sure but you are not alone.
@ceciliasigurdsson200316 сағат бұрын
Wow, thank you so much, Shane! Your solution is brilliant and worked perfectly on my OneDrive. However, when I tried saving the PDF to SharePoint, the file appears in the folder but won't open-it says 'Error on file.' Do you have any idea what I might have missed? 🤷♀
@Escillo Жыл бұрын
Hello Shane, have you a solution without premium connectors or third party connectors with subs, with HTTP request to SP for example, to merge 2 PDFs ?
@ShanesCows Жыл бұрын
I don't, the only way I know to merge is with premium. SOrry
@Escillo Жыл бұрын
@@ShanesCows Ok thank you but my client doesnot take premium licensing. Otherwise, is it possible to create a Page break in HTML?
@mustafahussainmohsin3202 жыл бұрын
Hi @ShaneYoung, I want to get the export of all the gallery Items and including their attachments of those gallery records and create a PDF just like you having all the records appended. I am confused any idea?
@DA-xv6mi Жыл бұрын
thank you for your help that is exactly what I'm looking for ..but I have a question how do you link the icon of the pdf in the items to the html page that you want to generate.. so what I meant is how it generate the exact item data I need!!
@bzqp2 Жыл бұрын
I can't seem to be able to avoid using OneDrive. In my Teams environment some of the users have guest status and have access to Sharepoint but not to OneDrive. Once I connect the flow using OneDrive these users loose access to the created app. Is there any way to get PDF to a Sharepoint folder without having to use OneDrive??
@ShanesCows Жыл бұрын
There is no convert action in SharePoint. 😑 Free pdf is only coming from OneDrive.
@bzqp2 Жыл бұрын
@@ShanesCows Any way to somehow export data not fitting on the screen with the new experimental "PDF" function in Power FX?
@bzqp2 Жыл бұрын
@@ShanesCows Ok, I just checked and the new PDF function covers all the PDF-making needs I had! :D No Flow modules required. You just point to a container or gallery and get a PDF. It also supports scrollable galleries or containers that go beyond the extents of the page. Finally!
@jett274 ай бұрын
Thank you for the tutorial, Shane! I have HTML content with special characters (e.g. Chinese/Korean text) but whenever the .HTML file is converted to PDF it shows up as ■■■■■■■■. Is there a way to handle this use case? Would appreciate the help!
@ShanesCows4 ай бұрын
I have never had to deal with it but you aren't the first person to report other characters don't cover right. 😔 I don't know what the work around is. Maybe try one of the 3rd party conversion tools? Sorry.
@jett274 ай бұрын
@@ShanesCows Gotcha. Appreciate the response!
@jameslbetteridge Жыл бұрын
Hi Shane, long time no speak :-) Hope you are well. As always thank you for your excellent videos. I am working on something to produce a pdf report based on powerapps data and am wanting to add the company logo to the top. I've added the logo to a variable using the JSON mentioned in this video (Set(VarCustomerlogo, JSON(LookUp(MyDataSource, Title = "MyCompanyName",Company_Logo), JSONFormat.IncludeBinaryData))) and have added the HTML () but my PDF just shows the border of a box with a red cross at the top. I must be doing something wrong but have gone back over your video and can't spot the error - any ideas?
@ShanesCows Жыл бұрын
James try this video. You need dthe base64 and I don't think the lookup is getting what you think it is. :) kzbin.info/www/bejne/mHrRlmZ6eZh7d8k
@nadyranakylla4426 Жыл бұрын
Hi, can i know how to send email dynamically based on manager name that input in powerapps?
@williambrummett2130 Жыл бұрын
Hey Shane. Great video! You do a great job of breaking it down and being entertaining. Is it possible to select multiple Gallery fields? In your example, could you select you and Chewy?
@ShanesCows Жыл бұрын
William, Yes! You will need to adapt the concept in this video. kzbin.info/www/bejne/Zqm9ZZmDf8d_rM0
@jamiematthews30523 ай бұрын
I have used this code but the format doesn't PDF the entire HTML page? what am i doing wrong?
@ShanesCows3 ай бұрын
What does your code look like? I don't follow. It is an art getting it to look exactly how you want. Or, if you are struggling with page size check out this video on Page Breaks kzbin.info/www/bejne/j5y2f5ptd8SlptU might help.
@TheChriswalton312 ай бұрын
Excellent video. Is there a way to either split the psf output into 2 columns on 1 page, or to justifiy some to the left and some to the right on the same row. I have uswd style left and float right but that doesnt seem to work when converted, same with setting width and height to an image
@ShanesCows2 ай бұрын
Yes, you just need to try a bunch of different stuff. The easiest way is to make a table and use inline styles. Let your table define the layout and put your pieces in. Float doesn't work I don't think. Images sizes can be set with width and height px I am pretty sure.
@MrAbueslam2 жыл бұрын
Dear Shane Can you please add a video on how to add a footer to pdf document generated in this video , I did generate a pdf with a logo but failed to add fixed position footer to my doc . Can you please help me with this.
@ShanesCows2 жыл бұрын
Not easy. Get some ideas of controlling the page with this video. QTT - Power Automate PDF Page Breaks kzbin.info/www/bejne/j5y2f5ptd8SlptU
@MrAbueslam2 жыл бұрын
Thanks for Youth reply , much appreciated
@darkhorse74492 жыл бұрын
Good video and great explanation. But tell me one thing that how can I download this pdf file directly in my local system from powerapps
@ShanesCows2 жыл бұрын
I have never tried the Download function but worth a go docs.microsoft.com/en-us/power-platform/power-fx/reference/function-download
@vaibhavnageshwaran34282 жыл бұрын
Hi Shane, Great Video...big fan from India.... I have two issues where i need your help: 1. How to do for SharePoint list with image attachments (or multiple images) 2. I have copied exactly how you did, but my flow error is occurring in the last two steps of the flow, The flow test is successful but when i run the PowerApp the flow is getting failed.. Thanks in Advance
@mustafahussainmohsin3202 жыл бұрын
Have you solved your problem???
@vaibhavnageshwaran34282 жыл бұрын
No bro....if you can solve...please ping me
@NWulff862 жыл бұрын
Hey Shane or other knowledgeable people. Which step of the conversion is the limiting factor for 2MB?
@stefanzervos74122 жыл бұрын
Hallo Shane. Very nice tutorial. Is there also a way, to make a Report from a filtered Gallery. One Or two lines as a formated form in html to bring it in the Flow to Generate a Report?
@ShanesCows2 жыл бұрын
Stefan did you see this video where I dive into Table Data? kzbin.info/www/bejne/mJe7h5J9jciSgK8 You can apply a Filter inside the Concat and get what you want. :)
@benjaminlahsen6721 Жыл бұрын
Hello Shane! I would like to ask how can I create an HTML file using PowerAppsV2 trigger. I have defined the parameters but when the flow begins it doesn´t recognizes the HTML file parameter. The reason I need PowerAppsV2 trigger is because I need to ask for more variables. Appreciate your help!
@fernandoruelasv68362 жыл бұрын
Hello Shane! Thanks for putting so much information for us about PowerApps. I wanted to ask bout using SharePointIntegration instead of Gallery1.Selected. I have tried a way to use the SharePoint integration to use dynamic information based on selected itmes but cant get it to work :(
@vinosuresh66782 жыл бұрын
Shane, Thanks for the useful videos. Request you to share a video about the Indian Rupee comma format
@dileep_kumar_s Жыл бұрын
Hi , Is It possible to save a record of Model driven app with entire data in it as PDF ? IF yes how to save that record as PDF in Model driven app. Reply is much appreciated. Thank you.
@dankirchner44602 жыл бұрын
Hey Shane. Awesome video. Thanks for showing the conversion process with the power apps V2. Quick question. Is there a way to show the file size limit before the user exports to PDF. That way they know if the amount of information they are taking out is too much and they need to cut down their selection?
@ginoginetto93892 жыл бұрын
Hi Shane, great video, if it's possible I have a question for you, is it possible to rename the PDF file name dynamically?, for example using the employee's last name or another gallery field? tks in advance
@ShanesCows2 жыл бұрын
Yes, Gino. The filename portion that you send to flow is just text. It can be anythign you want. Like: User().FullName & " PDF file.PDF"
@dpd5097 Жыл бұрын
@@ShanesCows Any chance you could explain this a little more?
@johnbrennan8442 Жыл бұрын
I think the question is in the flow part can the file name be dynamic? You could put a get items Sharepoint step before this and add ‘Created by’ to the name and ‘Created’ to that box
@PieceFairy2 жыл бұрын
Great video, Shane! Thank you for this! I wanted to make use of that laying two images on top of each other. However, even though the HTML looks perfectly fine, the images display one after the other in the PDF after the conversion process. Is this also due to the restrictions of the free integretated PDF converter or did you manage to do this with your presented method? Thanks again for your videos, they are very helpful!
@mtamitolanga2 жыл бұрын
Hi Shane, great video as usual. In my HTML text I'm attempting to pull data from multiple galleries which are linked to multiple SharePoint lists. In SharePoint I have a primary list using its ID as a primary key and foreign key to my other lists. In my HTML text when I filter to get multiple items where my primary key is foreign then I get Invalid number of arguments: received 1, expecting 2 or more.... here is my filter: Filter(Transport.travel_request_id = selectedID), where Transport is my list and travel_request_id is my foreign key and selectedID is a variable set to my primary key. Please help, thank you.
@ShanesCows2 жыл бұрын
You need a comma after Transport in your filter formula
@mtamitolanga2 жыл бұрын
@@ShanesCows the comma didn't work as well, so I ended filtering into a collection then reading from there. Thank for coming back to me much appreciated.
@soulaimanhatim78382 жыл бұрын
Hello Shane; thanks for this awesome video!!! There is any way to generate powerpoint from template in sharepoint list or lib with power automate; whitout premium?
@ShanesCows2 жыл бұрын
I don't know. I have never tried. I don't have any good ideas off the top of my head. Sorry.
@deividspiv66592 жыл бұрын
how many pdf can i save in a Sharepoint list?
@ShanesCows2 жыл бұрын
A lot. 😎
@deividspiv66592 жыл бұрын
i need to save the pdf from all the company in the next 3 years it can be possible?
@angelogarotti Жыл бұрын
Hi Shane, thanks very much for your content. Could you make a video showing how generate a PDF file from a SharePoint page? Thanks again
@angrybatvoice2 жыл бұрын
Great video Shane. Have you played around with the $-string function in the newer authoring version builds? Seems to be some lack of consensus on whether it will work for HTML Text controls or not, but could make writing this dynamic code a little less painful.
2 жыл бұрын
$-string works fine with html text controls as well, since it just needs a string as the result, you can concatinate such string the way you like. ;) With( { MyTable: [ "First is ❤"; "Second is 🚀"; "Third is a 🐢"; "Last but one is 🥂"; "Finally 🍺" ] }; $" {First(MyTable).Value} {Index(MyTable;2).Value} {Index(MyTable;3).Value} {Index(MyTable;CountRows(MyTable)-1).Value} {Last(MyTable).Value}" )
@ShanesCows2 жыл бұрын
Thanks! I haven't kicked the tires on $-string stuff yet. I try to avoid features that aren't main stream yet, now that I think everyone has it I should dive in and see what happens.
@ShanesCows2 жыл бұрын
Very fun Kristóf. I love With so much. 😍
@davidoddy4668 Жыл бұрын
Is the file comvert still only a 2mb limit?
@baoyuanluo81422 жыл бұрын
Awesome video Shane. Can I ask if we could use Sharepoint document library to store created PDF file instead of using OneDrive? If we could use Sharepoint document library then I do not need to create the same folder location in Onedrive for all application users.
@ShanesCows2 жыл бұрын
Yes, the Create File portion at the end (3rd step) can be created any where you want, like a SharePoint document library.
@antoniomartinezjurado12232 жыл бұрын
Hi Shane. I am very grateful for your videos. You're my hero. Just one question: how do I make the email go to an account that is in the gallery?
@ShanesCows2 жыл бұрын
See if this video helps. PowerApps Send email - Everything you need to know about sending mail via Outlook and Power Apps kzbin.info/www/bejne/rKG8nIKZmNyhars I show getting emails from Dropdown which is similar idea.
@antoniomartinezjurado12232 жыл бұрын
Thanks so much, Shane. Best regards from España.
@mavisqing94442 жыл бұрын
Hi Shane,I watched many of your video and they helped me lot❤, but we find out one problem for the PDF generated , the line will be separated if the PDF is over one page. One line will be separated into two part , half of them in the first page , another half in another page. How this can be resolved? We also tried find out some resolution but failed.
@fitze87fatze13 Жыл бұрын
Dear Shane - I learned a lot from your videos and made good progress. Thank you! But today I am really fcked up.. My App and flows work almost perfectly but obviously there is no stock solution to convert files >2MB. I felt like beeing on the last meters to my goal but now it feels like I am lightyears apart from that.... Do you have any good Idea of fow I can use a report in HTML format with pictures in it into a PDF? Thanks for your support! Felix
@ShanesCows Жыл бұрын
Felix you will have to go with one of the 3rd party tools. Either Encodian or Cloudmersive would be my recommendation. Sorry, wish I had better news.
@Danielx642 жыл бұрын
Hey Shame, have you considered using the word online connector? I used to generate HTML document and just moved on from it
@LindaJohnson-vy1xg Жыл бұрын
Hi Shane, Your video's are so, so, helpful! I'm stuck on one item though. Trying to print item that has multiple selected items in one field from drop down choices. When I try to enter .value after the code, it keeps erroring out. How can I write this to display all the selected choices? " & Gallery1.Selected.ViolenceTypes.Value & " is erroring out. Can you offer a solution to capture the multiple choice answers for this field? Thanks.
@LindaJohnson-vy1xg Жыл бұрын
I found an answer that worked. " &Concat(Gallery1.Selected.ViolenceTypes.Value, Value &", ")& "
@ShanesCows Жыл бұрын
Good Job Linda. i was going to answer Concat. :) Glad you found it.
@JustGetYoursJust4Fun2 жыл бұрын
Hi there Shane Your videos are always insightful and great to watch Hope you could help with this one with there being no information about this. I am trying to grab a SharePoint PDF attachment convert it to code 64 in order to send it in a response via HTTP Think you could figure this one out?
@ShanesCows2 жыл бұрын
If you use the flow action Get File Content for the SharePoint file does that give you the base64? I am 99% sure it does. :)
@JustGetYoursJust4Fun2 жыл бұрын
@@ShanesCows It did not. It said "Click to Download" and was a long JSON. but took a different approach. So when the file is first uploaded I convert PDF to code64 and store it in a column. When the flow is called I read it out of that column. It reduces the response time as well. But having other issues now with trying to get nested field layers down and struggling a bit lol - but I am sure I will eventually figure it out. Would have been cool to jump on a Teams call with you, but I know you a busy man. Thanx for the reply man appreciate it
@utoroprincewill78082 жыл бұрын
Nice video, can you have the pdf in landscape instead of portrait, this can be helpful for wide range of columns that span across an invoice.
@ShanesCows2 жыл бұрын
I talk about this at the end. You have to use a 3rd party tool to do that.
@supriyochatterjee40952 жыл бұрын
Great content, can you please kindly make a video tutorial with detailed steps on how to make a workflow in Powerapps for the following thing suppose there is a work order form for a company with several fields like Billing, E-mail IDs, etc etc and the workflow should be created in such a way that the work order form can be edited, updated accordingly by some specific concerned persons in the company whose email ID will be linked in the workflow in Powerapps, Please kindly have a look into the request, also wishing you and your family a very happy Easter from Kolkata, West Bengal, India, God bless all
@ShanesCows2 жыл бұрын
Happy Easter to you also. 🐶 You will need a Power Apps app to facilitate most of this. I would start there and only incorporate flow if necessary. Check out this for an example. kzbin.info/www/bejne/amqyY2tqmcqCd6s
@deividspiv66592 жыл бұрын
Can i save the files in a sql list? 👉👈
@ShanesCows2 жыл бұрын
You can but I don’t recommend it. Saving files to SharePoint doc library tends to work best.
@deividspiv66592 жыл бұрын
Thank you so much Shane! you're so great!
@Artofhandembroidery9862 Жыл бұрын
can you explain about how to create pdf without using one drive or any third-party participation in power automate
@jonathanlucas98212 жыл бұрын
Another awesome video, thanks! Do you have a video on how to make the file name dynamic?
@piocha882 жыл бұрын
Hello Shane, I would like to known if is possible that 1 combobox search in two shareponit lists.
@antoniomartinezjurado12232 жыл бұрын
Look in Create File 2, Content File and be sure you introduce Content File from the previous step.
@getmighty8619 Жыл бұрын
Is there a version of this that doesn't explain HTML?
@ShanesCows Жыл бұрын
Sorry, you need the HTML skills to make PDFs so I taught them.
@jacksonbrumbaugh9706 Жыл бұрын
HTML tables?!? if we are already dabbling into HTML & need some advanced techniques like specifying image position => probably better off copy/pasting some CSS styling to go into the HTML element to then use grid view
@ShanesCows Жыл бұрын
I find the conversion process doesn't like a lot of fancy stuff. I find I have to use HTML tables to get my positioning. Have you found other ways? I would love to see it. 😎
@jacksonbrumbaugh9706 Жыл бұрын
@@ShanesCows no i watched the video in prep for a work project I wont be converting PDFs for a few more weeks it just stood out to me that some other content creator's i've learned a ton from (Kevin Powell to name 1) seem to recommend strongly away from "the olden days" of HTML tables but I also wondered if this was a case of u doing some protective hand-waving & not guiding us down a path of failure if the free converting is generally finicky
@lumilo7 Жыл бұрын
te amo ♥ gracias
@ShanesCows Жыл бұрын
😊
@MaxZorin-bb8zz7 ай бұрын
Writing the html in Power Apps, when you are calling a variable from the gallery that is multi choice, the “& Gallery.Selected.’Variable’ &” does not work, how do I solve this?
@ShanesCows7 ай бұрын
A multichoice field is a Table. So you would need to Concat that table to get the value out. I don't have a dedicated video for it but I show it in a few. THis one for example kzbin.info/www/bejne/d6eqg5-oqrKJpKs