I’m continuing here from the UUID thread. I would love a hidden Value along with the visible Item in the choice list (ahem…along with per user data…ahem). But in the meantime, once a record is written, I think you could always use a lookup column or a vlookup in the sheet to get the associated underlying value or underlying UUID if that’s being used. I do this on one of my apps where the user selects a lesson type. Behind the scenes, I use a vlookup to pull the associated billing rate for that lesson type. Of course, this only works if the displayed value is always as unique as the hidden value. There might also be some advantages to write both values to the sheet instead of just the hidden value.