Importing user specific activation code into different views

Hello,

I am making an app for a doctors office.  When the patient completes a questionnaire, it takes them to a page with a QR code where they can download the app.  I need the activation code that generates from the questionnaire to appear beneath the QR code.  I welcome all advice on this!  Thank you so much!

0 3 66
3 REPLIES 3

Not quite sure how you plan to use the activation code but if you need a random unique number, you can just use UNIQUEID().

The activation code is already being created in the questionnaire form.  I need that number that was randomly generated to appear on another form within the app

If the row associated with the form has a reference to the questionnaire where the code is generated then [questionnaire ref].[code] should give you the code.

Top Labels in this Space