You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is an expected behavior for deal_products, as this is not an "official" pipedrive provided api request, but all rows are updated every time a sync is made.
EXPECTED RESULT:
A synchronization should output only the deal_products rows that changed since the last synchronization.
ACTUAL RESULT:
All rows from deal_products are recreated when synchronizing, regardless of the last change made to a product on a deal on pipedrive.
UPDATE:
After investigating the issue by manually running the tap on my computer, I cannot reproduce the issue. I think this is a Stitch problem.
The bad news is that the tap seems not the update deals_products when I add a product to an existing deal. The deal itself shows up in the sync, but not it's products.
The text was updated successfully, but these errors were encountered:
Hi.
I don't know if this is an expected behavior for deal_products, as this is not an "official" pipedrive provided api request, but all rows are updated every time a sync is made.
EXPECTED RESULT:
A synchronization should output only the deal_products rows that changed since the last synchronization.
ACTUAL RESULT:
All rows from deal_products are recreated when synchronizing, regardless of the last change made to a product on a deal on pipedrive.
UPDATE:
After investigating the issue by manually running the tap on my computer, I cannot reproduce the issue. I think this is a Stitch problem.
The bad news is that the tap seems not the update deals_products when I add a product to an existing deal. The deal itself shows up in the sync, but not it's products.
The text was updated successfully, but these errors were encountered: