Unique id into #0001 and so forth

hi all,
i would like to assign to user number #0001 and so forth every time they submit a form. May i ask how to achieve that?

Instead of showing unique ID long digits on the screen. Thank you :slight_smile:

You can add a Readable User ID field (or whatever name you want) as number.
image

And when people are signing up, you can get the count of the users and assign it to here by adding one. (even adding one is optional. This only changes if it will start from 0 or not.)

And these are the users created:

You can have a text value instead of a number as well, but the idea is similar.

1 Like

FYI… to avoid the potential for duplicate numbers, you should give this post (and the entire thread) a look.

5 Likes

thank you @hergim

you’re right on time! Thank you!!! :face_holding_back_tears:

Yes nice warning. I assumed bubble can handle concurrency issues :slight_smile:

Not this again… :stuck_out_tongue_winking_eye:

5 Likes

btw,

is it possible to use the readable ID index and turn it into generate qr code?

Ideally I’d still want to display the #0001 but i also want it to be #0001 in qr code form(for it contains their name, phone number and etc in it) so i can scan and identify the queue number.

Oh i didnt have to display their name or anything else. It is just for future reference .

all good, i have figured it out! thanks all

This topic was automatically closed after 70 days. New replies are no longer allowed.