Maybe start GlideHunt, a place where people can vote for features
We have Userfeed on our Intercom where you can āvoteā
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 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.
Thanks Jeff got it. But which is the use case?
@Gerard_Fernandez I wrote two articles that might help you:
https://docs.glideapps.com/all/guides/quick-starts/advanced/keys-and-unique-ids
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.
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
Cool! Please share some details once itās done!
Shipped