• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Help with error message(Memberpress and Zoho CRM Deals module)

itstit

Member
Hello There,

Can anyone please help me understand the below error and its fix?
[{"code":"INVALID_DATA","details":{"expected_data_type":"bigint","api_name":"Contact_Name"},"message":"invalid data","status":"error"}]
1652355402850.png



Regards,
Deepak
 
P

Pabblymember11

Guest
Hey @itstit

In the Contact Name field, you have to pass the Contact ID instead of the Name you use "Zoho CRM: Search Contact". Then kindly pass all the name fields which you have made mandatory.

2022-05-12_17h48_27.png
 

itstit

Member
Hello,

My MemberPress-Zoho CRM flow is inserting data 3 times on Zoho deals, whereas on Zoho contacts it inserts the data only once, which is correct. Could you please help me fix the duplicate entry on Zoho deals?

Regards,
Deepak
 
P

Pabblymember11

Guest
Hey @itstit

As we can see from your workflow, you are getting the same trigger response multiple times and because of that, your leads are getting the same messages multiple times.

And the reason behind that is perhaps you have used the same webhook URL multiple times which has created the webhook in your MemberPress multiple times.

1652694943267.png


Solution -

1. You can delete the multiple webhooks from your MemberPress account as mentioned in the following screenshot.

unnamed4.png


2. You can use the Filter action step after the trigger event where you can use the Webhook ID/unique data mentioned in your trigger response.

Eg-

1652695072154.png


3. You can create a new workflow and delete the previous one which will create a new webhook only once and can send the data one time.
 

itstit

Member
Thank you. The only data I'm not receiving on Zoho deals is the date and all the date formats are coming as timestamp from MemberPress. Any solution what can be used for date(Creation date)?
1652698749080.png
 
P

Pabblymember11

Guest
Hey @itstit

you can use the "Date/Time Formatter by Pabbly: Format Date Only" action step to convert the DateTime from Timestamp. Please refer to the following attachment and try the same at your end.

2022-05-16_17h29_04.png
 
Top