Where is the Power automate SaveFileToSharepoint worfklow??
@moisestatis5418 Жыл бұрын
Thanks for the video
@aminaali6616 Жыл бұрын
tyvm Chino, you really help me much.
@ChinoDoesStuff Жыл бұрын
You're very welcome
@eduardoruizrios6140 Жыл бұрын
Great video but I have a question: for what watched in the video... does the PDF funtion keep the design of the control/view or not?
@ChinoDoesStuff Жыл бұрын
Yes, for most things.
@eduardoruizrios6140 Жыл бұрын
@@ChinoDoesStuff thanks! I'm going to test it for my use case
@janetfernandes73838 ай бұрын
This is great, now i have multiline fields. When i use this function the lines that are visible on screen alone gets exported to pdf, other lines does not appear. how do we fix that?
@ChinoDoesStuff8 ай бұрын
Yes..that's a tricky one..nyou are going to have work out a way to display all records so they are rendered out .forall() maybe?
@javebra482 жыл бұрын
Thank you!
@ChinoDoesStuff2 жыл бұрын
You're welcome!
@bola99904 ай бұрын
Is it possible to save my edit form to pdf using button? And save it in my SharePoint list attachment’ column? Thanks
@ChinoDoesStuff4 ай бұрын
Yep...should be doable.
@dr.mohammedmohammed7633 Жыл бұрын
Dear I used to have an old version of my apps it was working perfectly so I didn't touch the formula or anything ,,, it expand the gallery perfectly without any errors put so on so far ,,, I think when I update the apps for different modifications not related to this pdf function, the capability is gone ,,,, the last publishing was one year from now ,,, when I update this august the capability gone .... something related to platform update happens by MS them self
@ChinoDoesStuff Жыл бұрын
Doubt it...sounds like you broke something when you made your change.
@arvindjain63992 ай бұрын
If the Power Apps is embedded inside Power BI page, will the exported Power BI pdf contain this Power Apps content?
@ChinoDoesStuff2 ай бұрын
My guess is yes but I haven't tried it yet... Give it a go and comment back on your results!
@Kokomiღ9 ай бұрын
Hi Sir, May I know the galIssues is which form on your video..Thank you
@ChinoDoesStuff9 ай бұрын
It's just part of a test app that I use for some of my videos
@CHAMONIX5525 ай бұрын
Thanks for the video. Is it possible to pull data from selected columns of the record (SharePoint list item) to print to the PDF file?
@ChinoDoesStuff5 ай бұрын
Yes, absolutely
@imranozcanyay901 Жыл бұрын
Hi, did you create a list or a document library in SharePoint to store pdfs?
@ChinoDoesStuff Жыл бұрын
I don't think I do either in this video but you could store the pdf pretty much anywhere you have a data connection for..I suggest using a document library over a list
@ultradevsoftsolution48558 ай бұрын
Hi Sir, Do you mind share the Video name where create the powerautomate for workflow for SaveFileToSharePoint?
@ChinoDoesStuff8 ай бұрын
kzbin.info/www/bejne/r3STiGiXopuAabM
@DanishKhan-bt5cw Жыл бұрын
Bro content is good. But need to change the Video speed 2X
@ChinoDoesStuff Жыл бұрын
Glad you liked the video.
@hknales6 ай бұрын
How resolve files PDF created by PowerApps with in image? files created very larges, 25mb or 30mb?
@luis_ffernando Жыл бұрын
and is possible to print the pdf created automatically immediately it is has been created?
@ChinoDoesStuff Жыл бұрын
Power apps has a print function.. give that a go
@luis_ffernando Жыл бұрын
@@ChinoDoesStuff Thanks for your reply, but unfortunately the function 'Print()' do print a kind of screenshot of the PowerApp screen and doesn't allow to choose the pdf generated and displayed in the PDF View... If someone have an idea how to print the document generated and displayed in the PDF preview directly of Powerapps, will be appreciate. thanks!
@subinbajracharya18583 ай бұрын
Can you please explain where is galIssues comes from?
@Vookaz Жыл бұрын
Hi, Is there any possibility to scroll the Exported PDF Screen, if gallery has more items?
@HoneyBadgerJAB Жыл бұрын
Concat(Gallery1.Allitems, title & created) for example. Shane Young has a great video on this. If I find it I’ll return here and post it for you.
@ChinoDoesStuff Жыл бұрын
....or you could watch one of my videos that also demonstrates a technique that will work... I'm pretty sure I show how to do what you are asking for in this video -kzbin.info/www/bejne/f5moYWB-qtKBhNE .. in a nutshell, use ForAll() function to produce the output you need in a html control then export that.
@lebohangkhumalo624 Жыл бұрын
Hi, please assist I'm getting this ERROR "Run is an unknown or unsupported function in namespace 'SaveFileToSharePoint'."
@ChinoDoesStuff Жыл бұрын
No idea...
@aminabintiali-4702 жыл бұрын
hi Chino. glad to find out about this video. TYVM. let say's we want to save the pdf to the phone/tablet (not SharePoint), could you share the code? thanks
@aminabintiali-4702 жыл бұрын
It is ok Chino. I am able to manage. TYVM. Cheers!
@ChinoDoesStuff2 жыл бұрын
My pleasure Amina. I'm glad the video helped!
@ultradevsoftsolution48558 ай бұрын
Hi Sir, i have try it but i have facing an error which SaveFileToSharePoint invalid in my powerapps
@abdulrahmansalama8318 Жыл бұрын
Is it possible to export tow screen to single pdf ?
@SimonCullis Жыл бұрын
Hi. Is there a way to export the whole App into PDF rather than just one page?
@ChinoDoesStuff Жыл бұрын
I don't believe so. The best way to achieve that is build a new screen for any custom output...