- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 06:48 AM
Two days ago, the fields displayed in the executions list for a flow changed for me. Instead of seeing useful fields like Created and State, I'm seeing useless (to me) fields like Attributes, Design Time Source, and Flow catalog model. Other devs still have the correct fields listed. How can I change this back and what might have caused it to change?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 09:38 AM - edited ‎06-04-2023 09:39 AM
- On the core UI, navigate to sys_flow_context.list.
- Change the list view to 'welcome_hub_context'
- If the view is customised, you will see a 'Reset to column defaults' option, otherwise you can personalise the view for yourself
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 09:38 AM - edited ‎06-04-2023 09:39 AM
- On the core UI, navigate to sys_flow_context.list.
- Change the list view to 'welcome_hub_context'
- If the view is customised, you will see a 'Reset to column defaults' option, otherwise you can personalise the view for yourself
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 01:48 PM
Thank you! This is exactly what I needed. I now have the view back to something useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2023 09:47 AM
Regarding your second question, have a look at the sys_ui_list table (sys_ui_list.list) and filter for:
- table = sys_flow_context
- view = welcome_hub_context
Make sure there is only 1 entry where the User column is empty. If there is more than 1 the system can get confused which one to use, which can lead to different experiences for users.
Alternatively if you have a personalised list you should see a record here as well and might be able to find out what (or who) changed it (unless you already reset the personalised list view).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 01:54 PM
This was interesting. I could see a second entry with an empty User column, which was added a few days ago when I first had my problems with the view. I can also see who created that entry, so when I get a chance, I'll check with him on what he did. But for now, it's working, so I'm happy with that. Thank you.