I am currently building a PowerApp that will scan an NFC tag and input the NFC test field into a text label field.
I have watched a couple of Youtube vides and read online but cannot get the .text to display only .identifier which produces the NFC tags serial number.
How do I pull the text stored on the NFC tag to populate a text field within the app?
I have not used this function before but I just read the documentation. You can use the below in your Text Input control to get the Default Text Value from the NFC tag.
First(varNFCTag.NDEFRecords).Text
Hope this helps.
Kind regards,
Nandit
If this answers your query, please mark this response as the answer.
If its helpful, please leave a like. Thanks!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.