Populate a variable based on some another reference variable in catalog item

ayushiagarw
Tera Contributor

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?

1 ACCEPTED SOLUTION

amitshishod
Tera Guru

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.

 

amitshishod_0-1737604474196.png

 

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.

View solution in original post

2 REPLIES 2

amitshishod
Tera Guru

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.

 

amitshishod_0-1737604474196.png

 

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.

Thank you for the helpful explanation and recommendation! 😊