- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2021 02:27 PM
I want to build a UI page that has a list of the flow executions in it but I can not find which table the executions is stored in. I want to have something similar to Flow Designer Executions tab on my UI page. See screen shot
Solved! Go to Solution.
- Labels:
-
Now Experience UI Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 12:11 PM
System tables are hidden from being selected in Table Choice List field types. You also won't find tables like sys_audit or sys_dictionary in those lists. This is done for performance reasons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 12:11 PM
System tables are hidden from being selected in Table Choice List field types. You also won't find tables like sys_audit or sys_dictionary in those lists. This is done for performance reasons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 12:40 PM
so how can I choose that table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2021 12:46 PM
looks like I was able to do by updating the table definitation directly. Just wont let you put that table using UI builder. UI builder will only allow you to put tables that are contained within the choice list.
Sounds like a bug within UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 06:17 AM
Type in sys_flow_context.list into the search bar of the navigator then hit enter. If you have the appropriate permissions on your instance, you should be able to view the Flow engine contexts table, a.k.a. the Flow executions.