What table is the Output data from flow executions stored?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 12:29 PM - edited 10-26-2023 12:31 PM
I need to query the runtime value of the output data, namely the Record field. I have searched all the 'sys_hub...' tables and nothing I have found contains the output data. It must be stored somewhere to be displayed in the executions.
I have also already check the tables in this documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 01:30 PM - edited 10-26-2023 01:32 PM
Hi @F_8
Check the table ( sys_flow_context ) and sys_flow_log.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 09:35 AM - edited 09-05-2024 09:45 AM
This is a late reply, but I was looking for the same thing and found this article on Flow execution details retention which might be helpful. It lists all of the Flow reporting data tables and their descriptions of what they contain.
Edit: After looking at all the tables in this article, I'm not seeing what you and I are both after, which is the Output Data -- I need the Status Code so that I can key off it in an error handling subflow. And the article you linked might be the same article I just linked above, but your link is now no longer working probably due to being retired from a previous release.