How to trigger survey using flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 07:20 AM
Hi,
I have created a survey, now I want to trigger that survey from flow designer.
Also I need to get the response of the survey in the flow so that I can make decisions accordingly
How can I trigger the survey from flow designer? Could someone help me with this scenario
Thanks in advance 😃
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 10:00 PM
Hi
1. Create a custom action to generate survey
Action inputs - metric type or survey definition sys_id , user sys_id
Action output - assessment instance sys_id
2. Call the action in main flow and wait for survey completion
3. Look up to "asmt_assessment_instance_question" table to get the survey responses