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

Google Sheet Specific Row Updated Based On Condition

Team

Member
Hi,

I have a workflow where my goal is to reminder my customer to attend appointment

The summary of my workflow is below :

Schedule Every 1 Hour > Google Sheets (Get Rows) > Iterator (For Loop) > Google Sheet Lookup Rows > Current Timestamps > Router

Router > Equal Date > Filter > Wabot > Google Sheet Update Cell


Would anyone tell me the flaws or any improvement of my workflow?

I am attaching images as for my Google Sheet Lookup and Update.

What I want is the workflow will check the Google Sheets row by row, and if the data is matched, it will turn the status from FALSE to TRUE, then go to another rows.

In another case, if go through the row and the data is not matched , it won't change the status of FALSE to TRUE, instead will go to the next rows and continue checking.

This flow will be repeated on its own every 1 hour.

Please share any wisdom that I can implement. Thank you.
 

Attachments

  • Update.png
    Update.png
    47.6 KB · Views: 128
  • lookup.png
    lookup.png
    52.6 KB · Views: 112
P

Pabblymember11

Guest
In another case, if go through the row and the data is not matched , it won't change the status of FALSE to TRUE, instead will go to the next rows and continue checking.
It seems that the cell value is being formatted incorrectly, as indicated in the provided help text. Please review the following video lesson for guidance on the appropriate logic for passing the cell value.

1699947349423.png



(Watch the second part of the video)
 
Top