I've got this for exporting data from Pipedrive CR...
# integrations
c
I've got this for exporting data from Pipedrive CRM. I'm not convinced that it's only exporting records that have changed though. It looks to me like it's pulling the whole set of records from CRM every time it runs.
t
Switch your form view to REST or HTTP and check what relative URI it's generating behind the scenes there
c
The delta is having no effect on the URI. I don't believe the delta setting works at all for Pipedrive CRM integrations despite being an option.
t
Craig, it looks like the form shouldn't include a delta option in this case. The deal api doesn't seem to have a way to pass a date parameter. I've raised this internally to get corrected
👍 1
@Craig so yes deal endpoint does not allow you to pass parameters for last update time. In this case, you would need to add an output filter and we've made the lastExport date available to you. To use delta, add an output filter, choose update_time column, set column to date time under settings wheel, choose the comparison you want, choose lastExportDateTime, then choose date time under settings wheel for last export datetime. I think ideally we could have this preset for you when choosing delta type, but need some enhancements around that. We wouldn't want to override any output filters you may put there on your own if you choose to specify delta later.
c
This looks great. I will have a crack at implementing later today. Thanks!
👍 1