How to display object name from block in the block instance

Hello,

I have several instances of the same block. I gave each of them an id (01, 02, 03, etc).
I would like to display this object name (which is attached to the block) in a text inside the block.

I tried using the BlockInstanceName text field, but it displays the block’s name (which is not what I’m looking for).

And when I try using the object name text field, it seems like it has to point to a specific object ID, which does not work either since I would like to display the text’s parent object name (the block that contains the text).

Is there a way to have a text field that would be something like this:
%<ObjectName("ParentID")>%

Or maybe I’m not doing it properly, and I should just use key/values (it just seems to me that I would be repeating a field that already exists natively)?

Thank you,

Hi Antoine -yeah… I do not see how to do that off hand. If it is possible I am not seeing it.

-Pascal