I have set up import of records from Google sheet to Wix collection using “http-functions.js” and Zapier.
I first used “post” to submit records successfully into the Wix collection, except that does not appear to update existing records; it only adds new rows, even when the primary field in the Google sheet (and Wix collection) is left unchanged while another field is modified.
I then changed the type of update to “put”. I changed the type in Zapier to put, and in Wix I only modified the original function to put_functionName instead of post_functionName, leaving everything else the same.
Zapier report “success”, but now only a new empty row is added in the Wix collection, when I change a secondary field in Google sheet and leave primary filed unchanged. So the put operation does not seem to be working at all.
What am I overlooking in changing from post to put?
I would want the existing record in Wix collection to be updated with the new value of the secondary field when the primary (“Title”) field is left unchanged.
Is this possible?
Thank you very much for any suggestions.