Pre-POST ping for Zapier
It would be great if we could GET data from a table before POSTing using the Zapier Integration.
This would allow Zapier to work with tables that can't use Autonumber for their Primary key.
i.e.
GET tableName.primaryKey.max
POST tableName.primaryKey = max + 1
2
votes
-
Piotr
commented
Autonumber values are autogenerated, and cannot be inserted manually or updated. They can't be used in POST/PUT requests. When the POST request is done it could return record if response parameter is set to "rows". If needed then the value from the field can be used in next steps of the processes.
