Automation Failing

Hello,

I have a helper column that calculates the Date to Archive a record. I also have a Archive Checkbox column where I want the checkbox to be selected if the date to archive the record is greater than today - below is the formula being used in the archive checkbox column and I have converted this to be a column formula.

=IFERROR(IF(NETDAYS([Date to archive record]@row, TODAY()) > 1, 1, 0), " ")

I am then trying to set up an automation based on that checkbox column. The automation should be triggered if the cell value of the Archive Checkbox column changes to "Checked", then move the rows to a new sheet.

This won't work for me, I keep getting a message to say automation failed but it is not giving me any reason why.

Any ideas why this is not working? Thanks in advance for your help!

Answers

  • KPH
    KPH ✭✭✭✭✭✭

    Instead of using a row change as your trigger and setting up that formula. Could you use a date trigger and do something like this:

    One day after the date to archive the automation is triggered.