Pipedrive: Find or Create a Person Inconsistent Assignment of the Person ID

wonders83

Member
When using the Pipedrive Find or Create a Person action, the Pabbly variable associated with the Person ID being returned is inconsistent. If the person exists in Pipedrive, Pabbly assigns the Person ID to Res2 Data Items 0 Item Id, if the person does not exist, it assigns it to Res3 Data Id.

Since this function is designed to provide an existing, or a new Person ID, it should only return one result, and should be mapped to the same variable. If there are different variable names, the subsequent actions will fail depending on if it's a new or existing person created. Either 1: there should be an option to return just the first result, or 2: It should require the use of the "Find Person" action, at which point you can decide which result to use.
 

wonders83

Member
We also tried using Javascript but because one of the values will never exist, it's throwing an error. Pabbly really should handle missing variables better and let things proceed even if it's not there. We even tried the "Ignore Error" but it won't let us run a test to get a value and Save. How can we ignore the error and have it still attempt the steps?
 
Last edited:
Top