How to get selected option from combo box widget

0
Hi All, There are entities Initiative and Goals, both associated with each other (many to many) where parent is Initiative entity. I have a page which contains a combo box widget to choose multiple options from Goal entity. There are different options, but when user select a particular option , we need display a field to user to enter more details. I have used a microflow on change event of combobox, where I am trying to get the get values which user has selected and check if user has selected that particular option or not, but I am not able to get that. Please let me know how to get the values which user has selected. Please help me out, it's urgent.   Thanks
asked
2 answers
1

Hi Trishla T,

            Share the screenshot of microflow (OCH) you called in combo box

answered
0

image.png

This is the combo box used in page, in page parameter we are having object of Initiative entity

 

image.png

image.png

This is the microflow called on OCH on combo box

 

answered