FilterBy structured field: How to get the dataset instead of its index?

Hi

I tried to get the complete dataset (row) of a structured field:

$footerAddress = $site->find('contact')->addresses()->toStructure()->findBy('function', 'Architektur und Gestaltung');

But it returns only its Index-Number.
What do I have to do to get the full dataset?

Found it :slight_smile:

$footerAddress->fieldName()