Action+ workflow

Hello everyone
in a workflow I use this expression that sends an email
AND(ISNOTBLANK([statino]),[_THISROW_BEFORE].[statino]<>[_THISROW_AFTER].
Everything works perfectly, the problem is that when the value “sent” is written in the “statino” column, another formula in a security filter disconnects the employee who displays the data of the assigned row.
AND(
CONTAINS(
INDEX(SPLIT([drive],"/"), COUNT(SPLIT([drive],"/")))),
LOOKUP(USEREMAIL(),DB,EMAIL,USERS)
),
OR(
isblank([statin]), isblank([statin])))
the problem is that in the workflow mail the data related to a table are not sent, it’s as if it doesn’t have time to send everything before the disconnection.

Translated with www.DeepL.com/Translator

0 4 337
4 REPLIES 4

Please test the Workflow with the option “ByPass security filters?”

I’m sorry. I mean, if I baypass the filter, everything works

Good

So I should first activate the workflow and then with another action the safety filter

Top Labels in this Space