Jun 21, 2021 09:30 AM
are there any examples of scripts that add a new record? i built a script that updates a field on a record when the email exists. now i want to modify it to add a new record if the email doesn’t exist yet. i don’t see any examples and not sure what the syntax is for adding records. thank you!
Jun 21, 2021 09:41 AM
The bottom of the Script App panel has an “examples” and “API” section that show both examples of how scripts that create records and the generic syntax necessary.
Jun 21, 2021 09:55 AM
i saw those but don’t see anything about adding a new record. which example are you looking at?
Jun 21, 2021 02:10 PM
“Record template” and “Spreadsheet importer” bot show how to create records, and the generic syntax to create one or more new records is under API => Table. You can also just search for the word “create” to jump to that section of the documentation.
Jun 21, 2021 03:30 PM
oh thanks! i was looking under API => record. that helped :grinning_face_with_big_eyes: