Hi,
On my app, I use QR code scanner to scan QR code and the QR code content is displayed properly at “QR Code Content” text. Then I use action with AI “Text to Texts” to extract the “area” from “QR Code Content” text and put the result at “Area” text. However the extract data is not displayed at “Area” text.
Please assist. Thank you.
Attached is screen captured of Layout and AI “Text to Texts” action.
Would the QR code ever contain other pieces of information besides area? Personally I’d be using a template column or javascript to handle that instead of running it through AI. AI seems like overkill in this case.
Also, what triggers your action workflow?
2 Likes
Hi Jeff Hager,
Thanks for your reply. I managed to resolve the issue by using Get Part of URL.
I use Action Row to trigger the action workflow.
2 Likes