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