I’m using an update-only table, where the user selects the record to be updated. When I attempt to save, a “key value is required” error message is returned.
Other values I can LOOKUP when the record is selected. I can’t add a LOOKUP formula to a key field. Setting an initial value doesn’t help either.
How do I grab the required key field when the record is selected, whilst keeping it hidden from the user?
There’s no such thing as an “update-only table” in which rows don’t already have key column values. I suspect you have described your setup inaccurately.
The preview currently starts at the “blank” form. From there, they select a record, add some information, then save it - that’s where the error occurs.
Yeah, that’s not going to work. They need to select an existing record first, then open that in a form to edit it.
You cannot put the user in a blank form, allow them to enter data, and use that entered data to load and edit an existing row in that same form. AppSheet just doesn’t work that way..