Truncated payload - where is stored full response body ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2023 07:13 AM
Hi,
In which table can I find the full payload I received in the step output? The payload is truncated, but somewhere the payload should be stored to get the full data.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2023 10:43 PM
Hi @miro2 ,
Payload data getting stored in the "Sys_Import_Set" table, where each row of the payload is stored as a separate record in the "Sys_Import_Set_Row" table with a reference to the parent "Sys_Import_Set" record.
Kindly mark correct and helpful if applicable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 06:52 AM
Any idea which import_set table for an OOB Action that is doing a basic REST GET call ?