Hi, I am trying to patch a record using the primary field. How would I go about doing this?
Use case:
I create a record and assign the primary field as the object’s unique ID.
A few minutes later I receive more information about this object and I want to add the information to the record. I do not have the airtable id that I received when I created the record, but I do have my unique ID for this object.
How can I update this record using my unique ID for the object, without airtables underlying id?