Referral Code

How do we automatically create referral codes of 6 digits and automatically add certain number of credits to existing credit?

Math column :ok_hand:

Can you explain more

You can generate random 6-digit values with rand() function in a math column and then populate a basic column with them

You can try something like this.

Wow, thank you