Hi All,
I am using custom field (select list - cascading), for example values bellow:
Client1Environments (parent)
Env1
Env2
Env3
Env4
Client2nvironments (parent)
Env1
Env2
size of Client1Environments = 4
size of Client2Environments = 2
Problem: How can I get size of the parent? I tried to use {{Client1Environments.size}}, however it gave me nothing. If i use {{Client1Environments.child.value}} it will return me the selected value in ticket, which i can the use for further processing, however i need to get the number of how many Env is in the list.
Thank you for your help!!