Hello, I have 2 problems that I canโt figure out and would appreciate any help
#1: I have a column [Checked out by] and it has app formula =ifs([Status]=โIn workโ, useremail() ) so it stores who has checked out the item.
Then thereโs another column [Installed by] with similar formula =ifs([Status]=โInstalledโ, useremail())
When status changes to Installed, it deletes the useremail from [Checked out by]. Why it does that?
#2: Thereโs changeTimestamp column for for Status โIn workโ, and another column for โInstalledโ, they work fine.
Changing the status to โIn workโ also changes status in parent table to โStartedโ with changeTimestamp, no problem yet. โInstalledโ changes from โStartedโ to โFinishedโ, but now the changeTimestamp is -3 hours from correct time!!?
#1 - You are probably using app formula for your [Checked out by] column. When you open that record, it will recalculate that value and when the result is FALSE, it will write blank value.
#2 - Have you checked that your timezone is correct in both places (app and spreadsheet)?
@Aleksi_Alkio #1 - I thought IFS function executes only the first TRUE it finds, otherwise it does nothing?
#2 - Time zones should be ok, one column shows correct stamp and next column on same table shows wrong. Status change for correct Stamp is done with few Actions in a row, wrongly stamped status change has Action-Workflow-Action type of thing, could it be that?
With the IFS nothing means blank value and thatโs why itโs removing the value.
Workflows are using UTC+0 where your timezone is probably UTC+3.
ok thanks, so how to get the useremail to stay in that column? and sync the 3h difference?
#1 - You should create an event action with the condition rule and then write the USEREMAIL() for your column.
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |