- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 07:52 PM
How can I populate a variable based on some another reference variable in catalog item (value I want to populate is stored in referenced table)? What are the ways to achieve it and what should I prefer?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 07:54 PM
Hello Buddy, In Auto-populate section we can use Dependent question (We can give variable name there) and use the dotwalk field as the field whose value we want to populate in the Catalog item variable.
One more way is to use GlideAjax.
I would recommend you to go with Dependent question one as no scripting is required for the same.
Please mark my answer correct and helpful if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 07:54 PM
Hello Buddy, In Auto-populate section we can use Dependent question (We can give variable name there) and use the dotwalk field as the field whose value we want to populate in the Catalog item variable.
One more way is to use GlideAjax.
I would recommend you to go with Dependent question one as no scripting is required for the same.
Please mark my answer correct and helpful if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 08:25 PM
Thank you for the helpful explanation and recommendation! 😊