Automatically Move Date To Next Day

Hi guys,

I use AppSheet to manage leads. I have created a system where a user can see details of the lead such as start date/month, location, contact number, comments, next follow up date and few more options. What i have done is that the user can select a future date in next follow up date tab and that lead will show in a section called Today's Follow up on that particular date.  Attaching screenshots below

Ketan_Dogra_1-1677845826685.png

 

Ketan_Dogra_0-1677845803101.png

What i want is to create something so that in case the user is not able to move all the leads which are showing in today's follow up section for today to a future date then all these leads should be automatically shifted to next day. Will this be done with help of a bot or something else. I have no clue kindly assist here. If more info or screenshots are required please let me know.

0 5 170
5 REPLIES 5

Here's a technique.

  • Create a slice that includes the rows that meet your criteria (e.g., AND([Next Follow Up Date] < TODAY(), [Lead Status] = "Follow Up")).
  • Create an action that changes the [Next Follow Up Date] of a row in that table to a new date (e.g., TODAY() or TODAY() + 1)).
  • Create an action that executes the first action on the slice's set of rows.
  • Trigger the second action (e.g., via button available to user, via a scheduled automation).

Hi,

Thanks for this. I will try to implement but i am very novice. Also want to ask is that instead of creating a button that moves all the leads tomorrow can't we set something to automate this task say at 11.59 pm so that all the missed leads for today automatically shifts to tomorrow in next follow up date.

Hi,

i am not able to implement this.

Did you try and encounter a specific challenge?

Top Labels in this Space