Hey Everyone,
I have a dropdown inside a gallery whose values are derived from an option set field of an entity. When I make a selection and save the data using a collect statement, I am able to see the selected values in the CDS(the entity where I stored the saved data). However, the dropdown for all entries resets itself to a certain value on the screen(not the specified default value). I am looking for a way to display the selected value in the dropdown and potentially extract those values from the CDS.
I tried:
1. Setting 'Reset' property to false
2. UpdateContext({ResetVar: false}) on 'Save' and added 'ResetVar' to 'Reset' property
3. Tried to set default property to Parent.Default(error)
4. Tried to set default property to Dropdown2.SelectedText/Dropdown2.Selected.Value(cannot do this action for a record so tried converting to a text which also did not work
I would appreciate it if someone can help me with this!