• 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.

updating a field without lose data

rodrigo

Member
I'm using Pabbly Connect to integrate with Pabbly Subscription Billing.

I'm receiving from webhook a specific information that I need add in the customer profile, in this field:

Data Shipping Address Attention

I used the native PSB action and it works with Update Customer Detail event.

But the problem is: it's adding the webhook information in this field but it also replace the old content.

How can I first check the current informations on this field, and after that I update adding the new webhook content.

Example: Check Data Shipping Address Attention field, if it has a name inside, example:

Rodrigo

And my webhook have a new data with another name, example:

Rafael

How to just add Rafael and not erase the previous informations, update the customer profile with:

Rodrigo Rafael

Same if I need remove information of this field, let's say that I have these names inside:

Rodrigo Rafael Pedro José

And I need remove just the name: Rafael

How to update this field to be just: Rodrigo Pedro José

Thank you
 
P

Pabblymember11

Guest
Hey @rodrigo

In terms of updating the same data from the trigger response and searching the customer's details, you can then map the data to add the incoming name and existing data.

1675926751474.png
 
Top