I have created a custom sign-up form that follows the standard Sign Up screen. After the user account is created, it links to the page below. I have a Users property that controls the Login button link whether they proceed to this screen until it is validated or if they proceed to the home screen because they have successfully validated.
Need help to understand how to validate the user’s input against a Partners collection I have created. In Partners, the first property is a text property named Partner Code. If what the user enters is found in that property in the Partners table, the Continue button is visible. If an invalid entry, I set a visibility condition on a text label that informs them the input is invalid and I do not display the continue button. I cannot seem to figure out how to validate the input against the Partners collection and Partner Code property in that collection.
