Output all entries of a text field

Hey, I would like to output all entries of a text field that there are throughout multiple pages. Does anybody know how to achive this? Would really appreciate any kind of advice.

Do all these fields have the same field name? Then

$fields = $myPagesCollection->pluck('myfieldName');

Thanks a lot! :slight_smile: