Automation update value base on real time date

Hi Experts

Is there a feature in appsheet automation to update CAL CODE column to 3.1 base on the CALIBRATION TRIGGER ALERT DATE base on today date?

desmond_lee_0-1692429238765.png

 

Solved Solved
0 24 1,175
2 ACCEPTED SOLUTIONS

If you don't have a lot of rows, you can also use a combination of Bot & action and use the "For each row in table".

View solution in original post

Your bots setting could be something like below.

Please set the Time Zone and bot schedule time as you want for the daily bot.

In place of Table setting , please add the table name you have.

In place of Filter condition , please add the slice expression you referred above or whatever different you desire. I have not exactly understood what records you need to select in the slice for changing [CAL Code]

AND(
DATE([CALIBRATION TRIGGER ALERT DATE]) <=TODAY(),
[CAL CODE]<>13.2
)

 

Suvrutt_Gurjar_0-1692439270756.png

Your bot step could look something like below.

Set the value of [CAL CODE] as you wish.

Bot Action.png

 

View solution in original post

24 REPLIES 24
Top Labels in this Space