You know what's funny? I've been learning power apps since the beginning of this year, pretty much all from your videos Shane, and I actually did remember that video about google maps linking :D
In your flow, under Source URL, you're using the function TriggerBody()['UploadFileFromURL_SourceURL']. What is UploadFileFromURL and where did you define it? I see that the name of the flow is QR Code Download. The name of your app appears to be QR Codes. it doesn't appear to be the name of the button, label, or image and I don't see a variable being set with that name.
So I have a question about the OneDrive action. If I’m building the flow for my company to be used by various people, how do I handle the destination folder input? I can’t guarantee everyone will have a QR Images folder. Also, does the other users need to allow that connection if I needed the flow to save to their OneDrive? Every time I see the OneDrive for Business actions being used I scratch my head wondering how it will work for everyone in my company that’s not me.
If the QR folder isn't in their OneDrive then it will automatically be created when Flow uploads the file. When they open the app they will consent to using their OneDrive with the app. The app and associated flow will then use their creditials to connect to their OneDrive. Nothing special you have to do. :)
@@ShanesCows Hi Shane I was following the video, things have changed with the follow you can only use powerappsV2 so I am unsure how to achieve the results you are getting here.
Is there a way I can connect this to a gallery item? Or a form. For example if I have customer database and the customer profiles are in a gallery and I would like to generate QR codes that will take me directly to the customer profile inside of the app
@@ShanesCows Thank you! this Definity helped. The only thing is thou, I tried a different way prior to watching your video then deleted that screen and started all over. My app is working but every time i try to play it the app shows the deleted page instead. If you have any advice on that it would be greatly appreciated!
Do we already have a case wherein when they scan/open a qr code and the result will be “clicking a button within a powerapp”? My goal is when they access the qr code they will check in or time in on my app
Mark you need Deep Linking. ruclips.net/video/A5Pi5P2YKds/видео.html Minor not from the video though, they changed the way it works slightly. You will need this video for turning on the feature. ruclips.net/video/7MxXmGOkeLQ/видео.html
I have a serious problem with this flow, it doesn't work when I convert the file into a pdf, it sends error details Conversion of this file to PDF is not supported. (Sandbox_HtmlTransform_LanguageNotSupported / An exception occurred while executing within the Sandbox) Can you help me
Hi Shane, great video as always. I have tried to include URL parameters into the QR code text string and all that it returns is the base URL of the target site (no params included). I have tried to put the params into a variable and then the whole URL & params into a final URL variable but still with no luck. Any ideas?
I should add that I have also created label containing the Final URL (with params) and then a launch button using this label text as the target and it works fine and auto populates my Power Pages form inputs using the parameters. I cannot get the QR code scan to do the same.
I am having the same issue. When I read QR code it sends URL till tenant ID and removed the parameters. Same link works fine through email. @@ShanesCows
@@ShanesCows While in the app, on a gallery view screen, I want to scan a QR code, then have the text from the QR scan enter into the search field and filter the gallery with the search results.
maybe it's simple, you just set the qr code text with id or other of column (in mine, i'm using the unique id column from guid), and filter the gallery item with that data. cmiiw 😁
Great video Shane. U r the best & my favorite PowerApps RUclipsr. I have nevertheless a question about the ability for Qr code makers to fetch data from users & i wonder if this Qr code provider don't give him the ability to fetch our data. The society were i work did its own QR code maker not to depend on free Qr code websites who can fetch smartphone metadata (apologize my bad english, english is not my native language )
Jean this endpoint is getting your ip address and client but I wouldn’t think much else. It isn’t like an app on your phone that can steal lots of data, this one is getting the bare minimum I would think. I am sure you can read their user agreement for exact details.
@@ShanesCows Many thx Shane for ur quick answer ! i will read paying attention to their "conditions" then & what they do exactly with our IP as soon as possible.
So I have a Barcode/QR code app I created about 6 months ago. Currently it's set to send the images as attachments to an email, (thanks to another video of yours). What I want to include in mine is the ability to save multiple images from a gallery to OneDrive. I have been trying to merge the concepts of the Upload from URL action you are using here and the multiple attachments upload in this video, ruclips.net/video/7UeRzfPo8RE/видео.html, but I haven't been able to figure it out.
This looks great. I would like to stop at the file store in OneDrive and rename the file to TexttInput1.Text & "_qr.png" using the onselect = qruploader.Run(Image1.Image, TextInput1.Text & "_qr.png") But I get an error "Invalid number of parameters, received 2, expected 1" Can you please help?
@@ShanesCows Indeed. Thanks for getting back to me so quickly. I appreciate it. I had just figured that the ask in PowerApps was initially, even when selected twice, was populating both fields with UploadfilefromURL_SourceURL. It took poking on the see more to surface the UploadfilefromURL_DestinationFilePath . With that, it is woking like a charm. Thanks for all your support for this community
Hello Shane Young it is code for send email with QR Code Office365Outlook.SendEmailV2(User().Email,"Here is your QR code","") It does NOT work for my case Can you check it, What is wrong? Thanks Toan
You know what's funny? I've been learning power apps since the beginning of this year, pretty much all from your videos Shane, and I actually did remember that video about google maps linking :D
Awesome! Glad some things stick. 😎 Enjoy Power Apps, it is soo much fun.
In your flow, under Source URL, you're using the function TriggerBody()['UploadFileFromURL_SourceURL']. What is UploadFileFromURL and where did you define it? I see that the name of the flow is QR Code Download. The name of your app appears to be QR Codes. it doesn't appear to be the name of the button, label, or image and I don't see a variable being set with that name.
Great job, you helped me a lot with this video, and you definitely saved me a lot of time. Thank you !
You're welcome!
So I have a question about the OneDrive action. If I’m building the flow for my company to be used by various people, how do I handle the destination folder input? I can’t guarantee everyone will have a QR Images folder. Also, does the other users need to allow that connection if I needed the flow to save to their OneDrive? Every time I see the OneDrive for Business actions being used I scratch my head wondering how it will work for everyone in my company that’s not me.
If the QR folder isn't in their OneDrive then it will automatically be created when Flow uploads the file. When they open the app they will consent to using their OneDrive with the app. The app and associated flow will then use their creditials to connect to their OneDrive. Nothing special you have to do. :)
Hi Shane thank you for the video. How would this be done using power automate V2
I am not sure, since I am referencing the image directly in the Power Apps app. You might want to look for an API that generates QR codes.
@@ShanesCows Hi Shane I was following the video, things have changed with the follow you can only use powerappsV2 so I am unsure how to achieve the results you are getting here.
Hello Mr Shane Young!
I have a question like this
Can we display multiple lines when we use phone a scan the QR code ?
Great video Shane!
Thanks Vicente 🥳
Cool. Was wondering if will demo the new built in PDF preview function: {Attachments:Table({Name:"qr.pdf", ContentBytes: PDF(ContainerQR)})}
Eventually. It is still experimental so I try to wait till it goes to preview before making content.
Fair enough. HTML text is not passed to PDF as links so must save as HTML in Onedrive and convert to PDF there ;)
Is there a way I can connect this to a gallery item? Or a form. For example if I have customer database and the customer profiles are in a gallery and I would like to generate QR codes that will take me directly to the customer profile inside of the app
You Need to use Deep Linking to do that. :) ruclips.net/video/7MxXmGOkeLQ/видео.html
@@ShanesCows Thank you! this Definity helped. The only thing is thou, I tried a different way prior to watching your video then deleted that screen and started all over. My app is working but every time i try to play it the app shows the deleted page instead. If you have any advice on that it would be greatly appreciated!
@@Idk0421-i5t After you saved did you Publish the app so when you run the app you see the new screens?
@@ShanesCows I did not publish it yet. Due to me having to wait on manager approval before publishing
Shane Young is really a cool guy. Very helpful videos…
Thanks for the kind words.
Do we already have a case wherein when they scan/open a qr code and the result will be “clicking a button within a powerapp”? My goal is when they access the qr code they will check in or time in on my app
Mark you need Deep Linking. ruclips.net/video/A5Pi5P2YKds/видео.html Minor not from the video though, they changed the way it works slightly. You will need this video for turning on the feature. ruclips.net/video/7MxXmGOkeLQ/видео.html
Thanks for the knowledge shared😊
Happy to help. Have a great day. 🐶
I have a serious problem with this flow, it doesn't work when I convert the file into a pdf, it sends error details
Conversion of this file to PDF is not supported. (Sandbox_HtmlTransform_LanguageNotSupported / An exception occurred while executing within the Sandbox)
Can you help me
Hi Shane, great video as always. I have tried to include URL parameters into the QR code text string and all that it returns is the base URL of the target site (no params included). I have tried to put the params into a variable and then the whole URL & params into a final URL variable but still with no luck. Any ideas?
I should add that I have also created label containing the Final URL (with params) and then a launch button using this label text as the target and it works fine and auto populates my Power Pages form inputs using the parameters. I cannot get the QR code scan to do the same.
Sorry, I haven't ran into that so I am not sure.
I am having the same issue. When I read QR code it sends URL till tenant ID and removed the parameters. Same link works fine through email. @@ShanesCows
Any way to print barcode directly from apps
We did it using a Print API for one customer ruclips.net/video/m4Fu9af2h1c/видео.html
Can you make a quick video to have to use a QR code to search a gallery?
Jim I don’t follow? You want to scan a QR code, then it opens a Power Apps app to a gallery that is filtered?
@@ShanesCows While in the app, on a gallery view screen, I want to scan a QR code, then have the text from the QR scan enter into the search field and filter the gallery with the search results.
maybe it's simple, you just set the qr code text with id or other of column (in mine, i'm using the unique id column from guid), and filter the gallery item with that data. cmiiw 😁
Great video Shane. U r the best & my favorite PowerApps RUclipsr.
I have nevertheless a question about the ability for Qr code makers to fetch data from users & i wonder if this Qr code provider don't give him the ability to fetch our data.
The society were i work did its own QR code maker not to depend on free Qr code websites who can fetch smartphone metadata
(apologize my bad english, english is not my native language )
Jean this endpoint is getting your ip address and client but I wouldn’t think much else. It isn’t like an app on your phone that can steal lots of data, this one is getting the bare minimum I would think. I am sure you can read their user agreement for exact details.
@@ShanesCows Many thx Shane for ur quick answer ! i will read paying attention to their "conditions" then & what they do exactly with our IP as soon as possible.
why I am getting only the link of QR code not an image in the mail
The email sent but there is No Image of QR code sent
So I have a Barcode/QR code app I created about 6 months ago. Currently it's set to send the images as attachments to an email, (thanks to another video of yours). What I want to include in mine is the ability to save multiple images from a gallery to OneDrive. I have been trying to merge the concepts of the Upload from URL action you are using here and the multiple attachments upload in this video, ruclips.net/video/7UeRzfPo8RE/видео.html, but I haven't been able to figure it out.
Nice
Thanks
This looks great. I would like to stop at the file store in OneDrive and rename the file to TexttInput1.Text & "_qr.png" using the onselect = qruploader.Run(Image1.Image, TextInput1.Text & "_qr.png") But I get an error "Invalid number of parameters, received 2, expected 1" Can you please help?
You need to have 2 "Ask in Power Apps" in your flow. One for file name and one for file content.
@@ShanesCows Indeed. Thanks for getting back to me so quickly. I appreciate it. I had just figured that the ask in PowerApps was initially, even when selected twice, was populating both fields with UploadfilefromURL_SourceURL. It took poking on the see more to surface the UploadfilefromURL_DestinationFilePath . With that, it is woking like a charm. Thanks for all your support for this community
Hello Shane Young
it is code for send email with QR Code
Office365Outlook.SendEmailV2(User().Email,"Here is your QR code","")
It does NOT work for my case
Can you check it, What is wrong?
Thanks
Toan
did you found solution ? getting same issue
You need to add the office365Outlook connection