I set up a sign up form that randomly generates verification code. The next screen the user has to enter the verification code they get sent through Twilio integration before they are allowed to move onto next screen. However, when I try to set up action that only allows user to proceed if the verification code entered matches the logged in user’s verification code, I cannot find that logged in user’s verification code field in the must equal value.
Sorry, I’m not following the steps that I need to make to fix this.
This is what I’m seeing when I try to only allow user to proceed if they enter correct verification code → I don’t see Verification Code as an option under Logged In User
You need to create a number property in the users collection to store the code for use it in the condition like Nathan mentioned as otp! Then you can use that property in the condition as logged in user > code > is equal to > input.
Switch the condition like this. Before doing that change the when does this happen drop-down to always and again select sometimes and then add the condition as Logged in user’s > Verification Code > is equal to > Verification Code Entered.