Auto fill public form

I’m trying to set up a public form that when filled will auto-populate the company UUID for the respective company. is there a way to do this?

Yes, you can use the field’s API key (usually something like companyId and then use the Noloco ID in the URL

It will look something like https://example-form.com/+/jhdsjhdsjhds/?companyId=12

mine shows

https://example-form.com/+/jhdsjhdsjhds/fdhsjkfhdskj/?uuid=12

to say you have a single string after the URL, I have 2 is that right?

Yes yours is correct - I was only giving an example - I forgot the exact syntax

I create a new record and then want to send an email to the client asking them to update a field in the record I have already created, in essence getting them to approve the record. When I run the action, it does not update the record. Can this method be used to update an existing record, or just create a new one?

Our public forms only currently work to create records - but updating records is something we would love to support in the future!

Thank you, I was able to create another table and link it to the record and update through action!