Hello Muhammed,
By default, in reactive app dropdown widget shows the first element in the list.
To achieve your requirement, you have to add a new value to the beginning of the list.
Steps:
- Get the list to show it in the dropdown.
- Create an action for OnAfterFetchEvent.
- Add new value to the 0th indexes of the list.
Please refer to the attachment for more details.