I want to create canvas app which will generate QR code based on the data user have entered, but I am able to generate QR based on just one text input, is there any way to generate QR code for more than one text input or for the values in form
I know that your question is from May but if you are still interested, check this out. I recently had the same need and have created an app for this.
If you try something like:
Set(Variable, Concatenate(TextInput1.Text, TextInput2.Text,...)
Does it work? You just need to be carefull how youc reate the QRCode
You can also try something like:
If( Variable = "" || IsBlank(Variable), "....", "..." & Variable & TextInout2.Text)
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!
WarrenBelz
146,776
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional