Description of formula:
Returns an email of a user, who last performed workflow action from the state with specified name.
Returns an email of a user, who last performed workflow action from the state with specified name.
Syntax:
statelastresponsible(state)
statelastresponsible(state)
Parameters:
state
(type: Text) The name of a workflow state
Returned type:
Text
Examples:
=statelastresponsible(‘Acceptance’)
=statelastresponsible(‘Acceptance’)
0 Comments