I need the data of one column to be changed depending the date. I am not sure why it is not working.
I have Time Cards with a [Status] column. When in the current week, [Status] reads “active”. At 12:01am, Monday morning (Day 1 of the next week) I have the pic’d automation scheduled to run.
The first process is to see if there are anymore time cards from last week that need Review/Approval before the timesheet is sent to the office. This process has the expression WEEKNUM([CLOCK IN])= WEEKNUM( (EOWEEK(TODAY()) - 7) +1).
The next process ‘Runs and action on Rows’ which sets “Active” status to “In Review” status.
The action looks like this
The reference rows look like this.
REF_ROWS(“Active Time Cards”,“Status”)
When I test it, it says the first process was successful but below is the message it says for the second process.