Info on surveys?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
We've got an application which tracks "purchases" made for a patient. Once the patient discharges, we want to send a survey to them asking them about the equipment purchased. How well it works, do they like it, etc.
We want to have a generic set of questions but also questions related to the actual items purchased. These items are documented in records within the app. For example:
"Regarding [item #1 purchased], how well does this equipment assist you?
...where [item #1] is obviously the first of the equipment items related to this purchase.
Is it possible to dynamically configure surveys in this manner?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Do you have a (list) field on which they are all present? Then you would be able to use that in your survey to show the correct questions/sections.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Currently, the only mechanism we have is an "order" record, which has related "order lines"; one line/record per piece of equipment. I imagine that once the order is finalized and the survey needs to be generated, we could automate a process which builds a list field to that end.
Am I to assume that the survey mechanism doesn't have an API or Flow steps which would be able to dynamically generate questions?
Forgive my ignorance of the source material, but I'm having some trouble digging through all of the search results I find. I'm hoping that someone out there has already done this and can explain the process.