How do I edit the Category of a Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 02:30 PM
The Flow table (sys_hub_flow) has a field named Category. But I cannot find any way in the UI to edit the Category of a Flow.
How do you edit the Category of a Flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 07:17 PM - edited 11-18-2024 07:19 PM
Hi @GLewis5
Both Flow and Sub Flows are stored in Same table "sys_hub_flow" and the Flow Type field helps to distinguish whether it is Flow or Sub Flow. As category is only applicable to sub-flow, not to flows, you are not able to see any option to map the category on the UI for a flow.
If you still want to map a category to a flow, you can go to the sys_hub_flow table and from the list view, update the category manually as shown below -
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.