Custom Flow Stage not showing on Report TableIssue The custom flow stages on the sys_choice table and are not selectable in reporting. Steps to reproduce: Navigate to Flow DesignerSelect Service Catalog Triggered FlowTake note or create a new Flow StageNavigate to "sc_req_item.list"Filter "Stage > is"Search for Flow Stage name (will not show)CauseThe choices available on the Stage come from the workflow stages and there is no support for stages coming from flow designer.ResolutionFlow Stages are expected to be filtered using "Stage > contains > flow_stage_value" When using the "contains" operator for a choice type field, you can only filter on value, not label. There is no alternative to that. Navigate to Flow DesignerSelect Service Catalog Triggered FlowTake note or create a new Flow Stage ValueNavigate to "sc_req_item.list" or Create new ReportFilter "Stage > contains > flow_stage_value"