Create Autocomplete field, that populate data to other fields

Hello!
Is it possible to populate data from one autocomplete field’s response to all other related fields without Flows?
For example, I have fields address, city, country. But if i will have result for autocomplete in address, I will have data to fill cuty and country at once in one request, but for now I have to use three autocomplete fields with three requests - or add Flow to make request once again with some logics.
Seems like a overengeneering for me.