0

Pipedrive-Klipfolio API call failure

Hi all,

Has anyone ever tried to do the Leads API call from Pipedrive to Klipfolio?I am using a dynamic data source to query the Leads from Pipedrive, but it crushes very frequently. More specifically, i use the debug_info page to monitor the created instances and i see that for my data source parameter apart from the normal values for it (like 0,500 because of the limitation in Pipedrive queries), it also creates an empty instance. I delete it, but it keeps coming back. I am doing multiple dynamic calls from Pipedrive (deals, leadsLabels etc.) but Leads is the only one always crushing. Does anyone have an idea why that would be?

Thanks!

1 comment

  • 0
    Avatar
    Meggan King

    Hi Antonis -

    What do you mean when it crashes? If you are paginating, you would be using a MAPFLAT() function. If you are using Cumulative(Repeat()) to calculate your offset parameters, you'll need to wrap it in a NUMBERFORMAT to avoid the text to numeric conversion - which adds the .0 to offset. There is a good example in this article: https://support.klipfolio.com/hc/en-us/articles/218946328-Data-sources-with-multiple-pages-

    You can safely ignore any instances that are blank or not working. These would not cause a problem. 

    Thanks!

Please sign in to leave a comment.