- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 07:14 AM
Can we write responses from smart assessments to other tables in SNOW using the Flows? If so how?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 08:03 AM
We have a feature called Post Assessment Action. Using this, you can utilize the responses from the questions and pass them to your subflow, where you can create a record based on your requirements.
Here is the document for reference - https://www.servicenow.com/docs/bundle/yokohama-governance-risk-compliance/page/product/assessment-e...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 08:03 AM
We have a feature called Post Assessment Action. Using this, you can utilize the responses from the questions and pass them to your subflow, where you can create a record based on your requirements.
Here is the document for reference - https://www.servicenow.com/docs/bundle/yokohama-governance-risk-compliance/page/product/assessment-e...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @kannan_b can you help me with knowing where are the responses from smart assessments stored
? As in the table ? FYI : I have a requirement to create reports from these responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @AkrityP
You can find the responses for the assessments under sn_smart_asmt_question_instance and for choices fetched from sn_smart_asmt_response_option_instance tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thankyou so much for the quick response.
