• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

[Pabbly + Pipedrive] The automation partially fails and the other steps are not executed.

Your Task History ID
IjU3NjUwNTZkMDYzZTA0Mzc1MjY5NTUzNzUxMzQ1MTZiNTQzMTBmMzAi_pc
I created this automation

  1. Google Sheets: Add/Update Row
  2. Pipedrive: Find or Create Persona
  3. Pabbly: Delay 1 min
  4. Pipedrive: Find Deal
  5. Pipedrive: Get All Stages
  6. Pipedrive: Create Deal
My problem is the following:

in step 4 I set the following condition: the search for the deal must be done against a CUSTOM FIELD created on Pipedrive. To be sure as a custom field I reuse the email to avoid creating duplicates as by using the Title parameter deals can be found that actually refer to other people.

The whole flow stops at step 4 because it says the required field was not found.

another strange thing is that if I add a new line equal to the previous one on the Google sheet, the flow works correctly

Wait for feedback
 

Preeti Paryani

Well-known member
Staff member
Hello @SupportHubstrat

We have reviewed your workflow and identified the issue. To test a workaround and resolve this matter, we may need access to your Pabbly Connect account to make some necessary changes.

Please grant us permission to access your account by replying to this thread with the following message:

"You can access my Pabbly Connect account and make changes if required. Here is the email associated with my Pabbly Connect account: {email}."
 

Preeti Paryani

Well-known member
Staff member
Hello @SupportHubstrat

We have tried some workarounds with no access.

However, we can suggest a workaround as per which a few changes would be made in the workflow. Instead of using the Find or Create a Person action use the Find Person action to get the person by email and then add a router with one route for if the user exists and another for if the user doesn't exist(this route will consist of the create person and find person steps as both has different response structure and the find person consists of the custom field to be mapped futher).
 

Preeti Paryani

Well-known member
Staff member
Hello @SupportHubstrat

I have created a clone of that workflow and have added the router and other steps. Kindly refer to this workflow and add the other steps as per your requirements.

Workflow URL: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzNDA0M2M1MjZlNTUzNDUxMzIi_pc

1729773300083.png

1729773314236.png

1729773385723.png
 
Where I need to add this steps?

Pipedrive: Find Deal
Pipedrive: Get All Stages
Pipedrive: Create Deal

Alway in rout Person doesn't exist?
 
Why do I have to add steps to both roads? If the person exists on pipedrive it means the deal exists too. if the person does not exist then the business does not exist either and therefore it must be created
 

ArshilAhmad

Moderator
Staff member
In that case, the other route is not needed. I was referring to cases where a person exists but a deal is not associated with them. However, if there are no such persons, you can simply add the three steps to the 'Person doesn't exist' route.
 
I'm trying to integrate the inclusion of the Organization/company. So as to associate the company with the person who left the lead. But I get a missing field error.

I structured the workflow like this:

1. Get data from Google Sheet
2. Find Person
3. Find or Create Organization

Pabbly Router
Route 1: Person Exist (No other step)

Route 2: Person doesn't exist
St1: Filter Pabbly
St2: Create Custom
St3: Find Deal
St4: Get all stages
St5: Create Deal

I'm trying to test the workflow runs smoothly, but the person and organization are not assigned to the Deal

Can you help me?
 

ArshilAhmad

Moderator
Staff member
In the 'Create Deal' action step, the Person ID was previously mapped from the 'Find Person' action step (outside the Route). We've adjusted this to map it from the 'Create a Person' action step (step 2) within your Route.
1730394378248.png


Delete 'Find Deal' and 'Get all Stages' from your Route; its not needed.
1730394841662.png
 
Top