Forum Discussion
ArchiveUser
9 years agoQrew Captain
This issue is that with multi-record edits, only one webhook would fire. You would need to add 6 records under one webhook fire to capture the 6 changes.
Similar to how multi-record notifications work, try wrapping your data in %repeatOn% so that if multiple records are added at the same time, all records will be added. Also, switch your api to API_ImportFromCSV so you can add multiple records.
Similar to how multi-record notifications work, try wrapping your data in %repeatOn% so that if multiple records are added at the same time, all records will be added. Also, switch your api to API_ImportFromCSV so you can add multiple records.