Hello, I have a bulk action that doesn't seem...

Hello, I have a bulk action that doesnโ€™t seem to be functioning as expected. I have a task list with an action called โ€œtask_deleteโ€ - its set to simply change the status to โ€œDeletedโ€ only and does not actually delete (set the value of a column). It has a condition of the following:

AND([completed]=FALSE, USEREMAIL()=[createdBy])

So the action should appear only for the logged in user. Iโ€™m providing the user with a filtered table view of tasks that belong to other users [createdBy]'s - but the โ€œDeletedโ€ action still appears on the screen as an option.

In other table views Iโ€™ve learned the action will not appear as an option for the user to select if the view doesnโ€™t meet the parameters of the condition in

the action but for some reason itโ€™s not applying that logic here.

Note: Iโ€™ve included the [createdBy] field in the slice associated with the view but understand this is not necessarily required based on a post I read here just recently.

What have I missed?

0 1 295
  • UX
1 REPLY 1

RESOLVED: Condition above must be inserted in parent Grouped: execute sequence of actions vs. the child action.

Top Labels in this Space