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

Spreadsheet numbers returns null after math operation

metheor

Member
Your Task History ID
IjU3NmMwNTZkMDYzMzA0MzU1MjZmNTUzNjUxMzE1MTY2NTQzNiI_3D_pc
I'm pulling two numbers from Google Sheets and I want to perform a math operation on them (Add).

When running the workflow, one of the numbers is always null.

I've tried this with Spreadsheet Formulas as well with no luck.

In the previous steps where I pull the numbers from the spreadsheet I receive the original numbers. But when I try to add them together one of them is null.
 
P

Pabblymember11

Guest
Hey @metheor

The "Null" response from the app likely indicates missing arguments, such as the 2nd or other required fields, possibly due to an empty field mapping in the Number formatted action step.

1712563513080.png


1712563410992.png
 

metheor

Member
Hey @Supreme

They are both mapped from the previous steps where I use GET ROW function.




The issue is when I try to actually running the workflow and not when testing it.

When I test the steps everything works fine, but when I try to actually live running it one field is always missing.
 
Last edited:
P

Pabblymember11

Guest
Yes, but if you check your history log closely, the mapped value in missing at the time of execution from your Google Sheets, and because of that the error message has occurred.

1712564932260.png
 
Top