AnonymousInactive
What are the rules for this field and how is its value generated? Can an import of new records provide their own record ids?
Thank you,
David
Hello David,
The form_record_id are just strings which I generate as the primary key for the record. You can use any value you like during import as long as each value is unique within your database. If a record with the specified form_record_id is found in the database, the record will be updated. If it’s not found, it will be inserted as a new record.
Thanks!
Brendan