Hi
I'm trying to generate a QR code in a app but hut can get my syntax right to pass the variable to the url string, I have tried many combinations to pass title as a QR code to an Image, such as
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=Title"
@Anonymous
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=" & Title
See if it works now @Anonymous
Hi sorry No luck, the url string must Start and end with "
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl= [VALUE] "
So any idea what the syntax would be to add the Title in and keel the end "
@Anonymous
Try it again like this:
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=" & Title
If the name of your control isn't Title then replace Title with the name of your Control.
@Anonymous wrote:the url string must Start and end with "
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl= [VALUE] "
That's not necessarily true because this is a Power Apps formula for the Image property of an Image Control. Try it again and see it will work.
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
140 | |
96 | |
83 |