Unique ID Special Value

Maybe start GlideHunt, a place where people can vote for features :wink:

We have Userfeed on our Intercom where you can ā€œvoteā€ :wink:

How and where do I find that?

@erwblo Itā€™s pretty well hidden right now as itā€™s mostly something we use when talking to users in Intercom, but we plan to open it up to the community in general soon.

Click message us in the ? in the bottom right and then just below the new conversation button youā€™ll see ā€˜Submit feature requestā€™.

Again, pretty well hidden :wink: but thatā€™s intentional for now.

Why changes the Id value for the same user?
If always changes how can we use it to link records in different sheets?

Do not understand the use caseā€¦

@Gerard_Fernandez Donā€™t include the unique value as one of the editable fields. Only use it for adding new records and for form button submissions. The unique id is not tied to a user like email is. Itā€™s to give any new record a unique value.

1 Like

Thanks Jeff got it. But which is the use case?

1 Like

@Gerard_Fernandez I wrote two articles that might help you:

https://docs.glideapps.com/all/guides/quick-starts/advanced/keys-and-unique-ids

1 Like

Great Thanks!!!

Where is this option for uniqueID?
I donā€™t see it on the components listingā€¦

It only appears in your add/edit/form components.

Thanks! Found it and tested ā€¦ works great and saves me a BUNCH of time writing a trigger for a UUID generator in Sheets.

1 Like

Is there a way to add the UUIDā€™s to existing sheets with populated rows?

You could either add the uuid component to edit mode, edit each item, then remove the uuid component. Or Iā€™m sure you could find a uuid generator online to generate a mass list of uuids that you could paste into your sheet.

I always run into that issue and just generate as many as I need from this tool - https://www.uuidgenerator.net/

Thanks!

Thank! I use that as well.

I decided to go with blank tabs and use a forms submission page to add subcategories, categories, and supercategories in that order - using the level below as a lookup list. So, categories has x number subcategories and has choice elements for each which draw from the subcategory names.

Iā€™m trying to sort out a kind of universal template that allows any number of subcats,cats,supercats and which can be extended or edited overtime without breaking anything and with an obvious and observable logic to the relations.

Essentially an extended version of the Advanced coneferance app and the categories/subcategories tutorials combinedā€¦maybe. :-p

1 Like

Cool! Please share some details once itā€™s done! :+1:t4:

Shipped