Hi
Trying to get a prepopulated airtable form URL to prefill a certain field, per this link.
The problem is that the form is generating a new record, not updating the old one. Do I need to use a separate sheet for the submissions, is this causing the issue?
The formula used is
CONCATENATE('https://airtable.com/shrxxxxxxxx?’, ‘prefill_StatusC=’,{Record ID})
Record ID = formula field = RECORD_ID()
StatusC = Single select field which is also included in the form