Skip to main content
August 12, 2026
Solved

Text shape formula reference to "parent" object issue

  • August 12, 2026
  • 3 replies
  • 142 views

I’m attempting to create a very simple, but reusable indicator object, constructed inside a container and rendering a couple of important data values in a certain way that might be applicable to multiple chart diagrams (that is, it needs to be reusable, copy/paste from document 1 to document 2, potentially with more than one instance in each document).

I have a container and have added a custom data property to it, Complexity. This is one of several which will be displayed in the container content shapes in various ways:

 

So in the example above, I expect to be able to render “3” somehow. For the test case, I’m just wanting to display the value in a Text shape as the content or maybe with some static text wrapped around it. As you can see above, not working. When entering the formula, here’s what I see:

Formula editor is able to edit the formula without issue and even previews the correct value. However, accepting the formula fails as shown. I’ve tried numerous variants of the formula above,

{{=CONTAINEDBY[1].”Complexity”}}

{{=CONTAINEDBY[1].Complexity}}

{{=CONTAINEDBY[1].@Complexity}}

{{=CONTAINEDBY.Complexity}}

{{=CONTAINEDBY.Complexity}}

etc. Many variants evaluate correctly in the formula editor but none generate the expected output. I’ve attempted the same with ANCESTORS, but that seems the wrong choice for me since I have a known container and I don’t want to limit the potential use-cases for this general object.

Note that there is no data linking here; just references to custom data of closely related objects.

Best answer by aishakhan

Hi ​@PTobey,


Thanks for getting back to me with that PIN. I believe you have identified a bug, and I have reported this to our development team. I apologize for any disruption this may cause, and I will update this thread with any new information about a fix or any potential workarounds. Please follow along on this thread for updates, and post any additional questions or concerns below.

Comments

Lucid support team
August 25, 2026

Hi ​@PTobey,

 

Thanks for posting in the Lucid Community! I apologize for the delay in response here, could you please share a temporary Document Support PIN for this document? This will help me take a closer look at what’s going on. This PIN is safe to post in this thread because it is only accessible by members of the Lucid support staff. You can find steps for generating a Support PIN in this Lucid Help Center article: Generate a Lucid Support PIN.

PTobeyAuthor
September 1, 2026

@aishakhan See support PIN due418EhOD0gNiOb8LaD59Ta3PSS5v3ZJU136656925

It’s not a fancy or complex setup. I’m simply trying to reference MyContainer.Data.Complexity from a contained object.

aishakhanAnswer
Lucid support team
September 9, 2026

Hi ​@PTobey,


Thanks for getting back to me with that PIN. I believe you have identified a bug, and I have reported this to our development team. I apologize for any disruption this may cause, and I will update this thread with any new information about a fix or any potential workarounds. Please follow along on this thread for updates, and post any additional questions or concerns below.