Update Lookup based on Dropdown selection

Update Lookup based on Dropdown selection

I have a stateless form with a lookup, dropdown and a number of single line fields

The form currently works with the lookup pulling back an object when an item in the lookup dropdown is selected, this then populates the dropdown and single line fields with values in the data repository. I'd like to improve the form by allowing a pre-selection in the dropdown list which acts as a filter on lookup. Is this possible?