Text link element: Set title dynamicaly from linked page title

When creating links with i.e. Bricks “Text Link” element I would like to query the title of the linked page dynamically, instead of hard typing the title. This will optimize the maintenance of the site agains language translations or editions on the titles of the linked pages.

I’ve tried to solve it with {post_name} which returns nothing, and {post_title} which returns the current page title, not the linked page.

ideally it would be great, as aria-labels should also be called dynamicaly instead of hard typing.

Any workaround for this?