I want to create a flow that create QR code based on what user input in the MS form. For example, username, class and etc.
The one who scan it will get all the detail from the user. I know a method call Parse JSON but when I do it only work on static data.
What should I do to archive on this?
Any articles or tutorials relate to this will be help.
Thank you.
Hello @NeohLooi
Hope this can help you https://blog.encodian.com/2020/02/create-qr-codes-with-power-automate-and-encodian/
Here is more information about this connector
https://docs.microsoft.com/en-us/connectors/encodiandocumentmanager/
Hope this can help you!
I can put everything in side the data field, but it shows a string when I scan.
Is that anyway to put all data inside particular field with some method?
For example, my qr code will show something like this when I scan,
Name : Alan
Email : alan@alanco.com
Role : Finance Manager
Currently when I scan, it show up a string like Alanalan@aanco.comFinancialManager
Hello @NeohLooi
You can follow the syntax may this can solve the issue :
concat(Alan ,'<br />',alan@alanco.com,'<br/>')
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
134 | |
43 | |
32 | |
32 | |
29 |