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 336
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