Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Avatar

Former Community Member

Thank you Susheel. Got it !!.