i tired something like do it in more steps and save what i choose before, for example choose a postalcode bondary → save postalcode and id.

with the the id i search now for for lvl 8 or lvl9 admin boundaries inside relation of the postal code, so i get the cities/villages relations → save name and id.

now i search the relation of the city for all its streets and add the saved data to it so i get all what i need, not so bad so far but its works not always,if i start higher with admin lvl6, it seems if the relation of the city with admin lvl6 and the relation of the postalcode are exactly laying on each other it dont find the postalcode relation inside the cityarea relation, so that i lose the postalcode in that chain

my querys for that steps look like this

1.[out:csv(“name”,::id;false)];relation(2145268);map_to_area;relation[“boundary”=“administrative”]“admin_level”=“6”;out;

2.[out:csv(“note”,“postal_code”,::id;false)];relation(62636);map_to_area;relation"boundary"=“postal_code”;out;