Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Populating dependent values from table

samadam
Mega Sage

I have a table with type and sub type. I am referencing them in another table. Two fields on this table I am able to get the type values but could not set up dependent value to get the sub type. Does it needs to be done in client script using glide ajax?

5 REPLIES 5

shivangi k
Kilo Sage

Hi @samadam ,

 

If sub type is reference field and you want values in sub type depending on type then you can use reference qualifier, And if it is choice type then you can use "dependent Value" feature.

Would also request you to explain your requirement with more details.

 

Regards,

Shivangi

samadam
Mega Sage

SubType is a choice field. I want type and type/subtype to behave like Category/Sub Category on Incident but pulling from a table.

I tried the dependent value but doesn't work. 

Hi @samadam ,

 

Share the configurations you performed to add dependent value.

 

Regards,

samadam
Mega Sage

I am trying to script and get the values but returning as array is not working.