I use the expression “FORMULA” in the [editor] field.
IF(NOT(IN([key], people[key])), CONCATENATE(useremail(),“&”,text(now))
CONCATENATE(useremail(),“&”,text(now(), “yyyy/mm/dd hh:mm”),“,”),“),”,“),”,")
CONCATENATE([_THISROW]. [editor],useremail(),“&”,text(now(), “yyyy/mm/dd hh:mm”),“,”)))
The main purpose of this is that as long as there is an editor on the line, the editor and time will be added after this field.
This expression does accomplish what I need.
But now we have a situation.
If the “bots” are triggered to edit the row, the
will also let “FORMULA” do the math.
For the same edit, triggering “bots” will increase the editing data several times at the same time.
Is there any way to prevent “FORMULA” from running several times due to the editing of “bots”?