Preventing a randomly generated number from being an existing randomly generated number

I saw the suggestion in another post that I could do RAND(10000,9999999)-(10000,9999999) but then there’s the chance I’d wind up with a negative number.

Use the Randomizer component in the marketplace that outputs a uuid (universally unique identifier)

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.