Getting tag text from door tags

Through dynamo, can you get door tag TagText? I have managed to retrieve TagText from tags hosted to local elements but cannot seem to retrieve text from tags hosted to linked elements. Is this possible? Thanks for any help in advance.

 

Best regards

The text in the tag comes from a door parameter. For example the OOTB Revit door tag takes the door mark. Simply get the door parameter mark and you would have what the tag has.

Door Tag

 

 

 

 

 

 

As Steven said, you have to see which parameter is being read by your door tag and pull the parameter.

In the attached example I used “Mark”

Hope this help