Hi Amresh,
Is the dropdown an Enum? Then you could just use conditional visibility based on this enum, perhaps even an onChange microflow that changes/refreshes an object if thats needed.
If it is a reference selector, a similar solution applies: conditional visibility, onChange refresh, which triggers a DataSource microflow or something similar to do a new object retrieve, based on the changed situation.