Hello,
I am generate a random number using a custom query, then I check if the random number exists in a table. If that is the case then I want to repeat the process until that random number does not exists in the table to avoid duplicates.
Condition:
Error messages:
I would assume I am receiving this errors since the 2 variables are inside the repeat functions. How do I go around this? Do they need to be outside of the Repeat?
Thank you.