Table of "Output Data" from Flow Action "Ask For Approval"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:38 AM
Which table stores the output data of the default action "ask for approval"?
As shown in the image below, I would like to know which table ServiceNow stores the information 'skipped'.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 05:18 AM
Hi @Catini
These states are being stored in sys_choice table. You can filter them on the table "var__m_sys_hub_action_output_bae0a1120b10030085c083eb37673a92" and "var__m_sys_hub_action_output_f8f2e9920b10030085c083eb37673abd". Please refer the below screenshot for more information.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 10:20 AM
I want to know in which table the information of the OUTPUT from the flow marked as SKIPPED is stored.
This table stores the choices of a field of the choice type, but I want to know the table that stores the stored value, as shown in the image