Expand my Community achievements bar.

SOLVED

Can anyone help me to provide an example to retrieve the values of Radio button/dropdown/checkbox from dialog to sightly

Avatar

Former Community Member

Hi team,

Can anyone help me to provide an example to retrieve the values of radio button,dropdown and checkbox from dialog to sightly to display selected values.

Regards,

Sandhya,

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi Sandhya,

You can directly read it using ${properties.propertyName}.

Here propertyName is the name you have given to the dropdown, radio etc. like name : ./somepropertyname

~susheel

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

Hi Sandhya,

You can directly read it using ${properties.propertyName}.

Here propertyName is the name you have given to the dropdown, radio etc. like name : ./somepropertyname

~susheel