Hi, wow loving Power Pages!
I have BasicForm (View) using a DV Table.
I would like a QR Code URL to take Users to a specific 'Record ID' in the BasicForm.
I can for example use the following URL.Text to return the Record in the BasicForm "http://www.mydomain.com/?ID=1"
However, the "?ID=1" query is not looking at my 'Record ID' Column, its looking at my Table 'GUID' Column......
The QR Lables need to be printed. The URL's are fixed (?ID=1,2,3,4 etc). I can choose how they are fixed but not change them later.
How do I map or lookup the "?ID=1" Query to an alternative column where I have stored the 'Record ID' =1
Thanks Jonathan