Often we need to filter a SharePoint list by the status of a workflow.
This is rather simple and can be done in the same way as filtering any other field.
The only thing you need to know is that the status of the workflow is an integer, not a text. So we can’t add a filter like ‘Workflow name’ IS EQUAL TO ‘In Progress’
The following list gives the integer values of each status.
No comments:
Post a Comment