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

Update Inventory using Google Sheets

Status
Not open for further replies.

zest83

Active member
IS there any video, wherein, multiple items go out of stock in one day, and we can take the workflow ahead from here
Detecting one such item is easy, using GET ROWS but what about multiple items going out of stock on the same day

How will it work?
 
A

Arshita

Guest
Hey @zest83

While we may not have a specific video for multiple items going out of stock in one day, I can guide you on how to handle this scenario within Pabbly Connect.

When using the GET ROWS action to detect items going out of stock, you can create a conditional workflow to handle multiple items. You can use the "Filter" in your action step which will tell you about the multiple items out of stock in a day.
 

zest83

Active member
So when GET ROWS is capturing data
It will send All data one at a time right?

so as soon as any criteria meets the filter... Suppose the 1st row itself meets the filter requirement
will the automation stop right here
Or will it also check the second matching filter
and then the third matching filter?

Will it go on a loop or work on a continuous feed basis the First "GET ROWS" action, which has captured the data all at once and sending it downward into the workflow.

Individual Inventory update will work perfect.
But will Multiple Inventory Update work .. is my question
 
A

Arshita

Guest
It will send All data one at a time right?
Yes, GET ROWS will send all data one at a time.

so as soon as any criteria meets the filter... Suppose the 1st row itself meets the filter requirement
In such a scenario, you should add an iterator action step in your workflow.

When the iterator initiates, the filter step will execute, and it won't cease even if the first filter step satisfies the condition. Subsequently, the second filter step will run, followed by the third filter step, and so forth.

Will it go on a loop or work on a continuous feed basis the First "GET ROWS" action, which has captured the data all at once and sending it downward into the workflow.
Yes, it will operate continuously without forming a loop.
 
Status
Not open for further replies.
Top