Thank you @ntabs, ended up solving it throught creating a field in my reports dedicated to ref_numbers and used Calculate formula —> Generate random string.
@ntabs, thank you for your reply, this is an interesting idea you have there, can you please develop it? How can you automatically change the slug format for it to look like (Ex: 23-01, 23-02, etc…) with a +1 for each report created?
Cuz you are right, if this is possible to do, that’s a better and easier way to do it
Well, if you already figured this out, you can just change the slug since the slug is pretty much the same as any other field. The only difference is that when you change a slug, you need to use the action “set a thing’s slug”
Saves you the time and data weight of creating another field.
Since slugs have a text field type by default, you would need to reference to the slug’s value, convert it to number, and add 1
EDIT: Another concern is what if you reach 99? Would you need to move to the next set of numbers like 23-99-01 or would you be fine with 23-100?
If it’s the former, you’d need to look for a way to limit it to 99 and move to the next set of numbers