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

Replace "null" in Data

I have a workflow that triggers when a new Contact is created in Shopify. It then creates the same contact in Salesforce. However, lately if a field is blank in Shopify, it shows up in the trigger data as "null". Is there an easy way to clean this before it gets to Salesforce? I know I can do a Text Replace for each individual field, but I was hoping to be able to do that for the whole set of data, search for any instances of "null" and replace with {{blank}}.
 

ArshilAhmad

Moderator
Staff member
Please disable 'Simple Response', then click on 'Re-Capture Webhook Response' to capture a new customer. This will allow you to capture the details in JSON format.
1727213518446.png


Then, add a Text Formatter to your workflow to replace 'null' with '{{blank}}', map the values from this step, and see if this gives you the desired result.
1727213603532.png
 
Top