Finding Frodo
Member
Hi
There seems to be a problem with the Pipedrive API implementation, since it was updated last month.
In my workflow IjU3NjEwNTZjMDYzZjA0MzM1MjY1NTUzNyI_3D_pc I use the following endpoints:
Don't know what I should do different. The required Deal ID is definitely valid, because in #10 it is either found or created. History shows it.
The history also shows, that the Deal ID is not passed to #13 anywhere, though I entered it in the workflow. I guess that's the problem.
For #14 this is similar, but here history shows, that the Deal ID from #10 is now empty. It seems to lose its value on the way. This produces no error, since the Deal ID is not required here.
I wouldn't rule it out, that the root cause for this behavior is #10, because this endpoint (as #9 also) was added last month, as far as I recognized it. As long as I used "Update Deal" and "Create Activity" with an ID from the older "Find Deal" or "Create Deal" instead of "Find or Create Deal", everything worked fine.
There seems to be a problem with the Pipedrive API implementation, since it was updated last month.
In my workflow IjU3NjEwNTZjMDYzZjA0MzM1MjY1NTUzNyI_3D_pc I use the following endpoints:
- #9 Find or Create a Person → returns Person ID
- #10 Find or Create a Deal → returns Deal ID
- #12 Update Person With Custom Fields → uses Person ID from #9 to select the person to update
- #13 Update Deal → uses Deal ID from #10 to select the deal to update
- #14 Create Activity → uses Person ID from #9 and Deal ID from #10 to assign activity to both
Required field Deal missing. Learn more: https://forum.pabbly.com/threads/how-to-fix-required-field-is-missing-errors-in-pabbly-connect.7488/
Don't know what I should do different. The required Deal ID is definitely valid, because in #10 it is either found or created. History shows it.
The history also shows, that the Deal ID is not passed to #13 anywhere, though I entered it in the workflow. I guess that's the problem.
For #14 this is similar, but here history shows, that the Deal ID from #10 is now empty. It seems to lose its value on the way. This produces no error, since the Deal ID is not required here.
I wouldn't rule it out, that the root cause for this behavior is #10, because this endpoint (as #9 also) was added last month, as far as I recognized it. As long as I used "Update Deal" and "Create Activity" with an ID from the older "Find Deal" or "Create Deal" instead of "Find or Create Deal", everything worked fine.