Hi Sourabh,
A Dropdown widget in Reactive takes a List as input, which can be any List, it doesn't need to be a List coming from an Aggregate or SQL. You could construct the List yourself, e.g. in a Data Action or OnInitialize. If you have fixed values, you could do it e.g. by using a ListAppendAll and an specifying the values in-line:

