Hey there! Best way to do this is by searching for the value in the field, and creating logic that says “if this exists” update else create.
You wouldn’t need to loop through every value, you would just create a view based on the value you were searching for.
For example:
You would use filterByFormula
in the request to look for records that matched your specific criteria
Hope that makes sense.
Hey there! Best way to do this is by searching for the value in the field, and creating logic that says “if this exists” update else create.
You wouldn’t need to loop through every value, you would just create a view based on the value you were searching for.
For example:
You would use filterByFormula
in the request to look for records that matched your specific criteria
Hope that makes sense.
Thanks!
That’s what I had in mind. I was wondering if there was a More automatic way to accomplish that without having to search (filterByFormula) for every record (not value) I’m about to add. Something like Typecast but for adding/updating records.
Thank you!