Description
The workflowStatus function returns the GUID (unique identifier) of the current workflow status of a task or project. Unlike many other functions, workflowStatus does not require any arguments or parentheses.
Syntax
workflowStatus
Example
If you enter workflowStatus in a formula field, it immediately returns the GUID of the current workflow status, for example:
2c3e41a2-8776-4094-95b1-4115fc1ccc38
This GUID represents the unique status in the respective workflow.
Usage
- In formulas: You can use
workflowStatusdirectly in a formula field if you want to implement status-related logic. - Further processing: Combine
workflowStatuswith other functions (e.g.,if) to calculate certain values or control fields based on the workflow status.
Note
- The function does not require any parentheses or arguments:
workflowStatusis sufficient to retrieve the GUID.
Comments
0 comments
Please sign in to leave a comment.