BundleValidationError - Compute the age based on the date of birth - Pipedrive x Make

Hi. Just wondering if anyone here knows how to fix or find the root issue of BundleValidation error.

We’ve been trying to create an automation to auto-compute age based on the date of birth.
Here are some screenshots of the setup and the error. Please let me know if I need to provide anything else for checking. Thanks!



blueprint (2).json (72.9 KB)
- input bundle
-output bundle

Hi @aamag

The clue is in the error message - Invalid number in parameter ‘id’ :wink:

If you look at your Update a Person module, you’ve specified a Make executionId as the ID of the Pipedrive Person object.

image

What you need is the Person ID that’s provided by the New Person Event:

2 Likes