Using Internal Lookup Field in Calculated Field | Community
Skip to main content
Level 2
July 23, 2026
Solved

Using Internal Lookup Field in Calculated Field

  • July 23, 2026
  • 1 reply
  • 75 views

 Previously, when using a Typehead field we were able to reference a child field of the Typehead within a calculated field.

An example would be the Typehead field referencing a particular project, and then a calculated field being able to pull through the ID of that project using the notation: {DE:typeheadproject:ID}. 

This doesn’t seem to work for internal lookup fields which we have now been directed to use? Can you please let me know what the new notation is to reference these child fields from an internal lookup field?

Best answer by ninoskuflic

Hi ​@ElizabethDr2,

You can absolutely do this - now with “Internal Lookup” field. 😄

 

 

The syntax to get the Project ID in the calculated field is: {DE:Project}.{ID}.

 

 

1 reply

ninoskuflic
ninoskuflicAccepted solution
Level 5
July 26, 2026

Hi ​@ElizabethDr2,

You can absolutely do this - now with “Internal Lookup” field. 😄

 

 

The syntax to get the Project ID in the calculated field is: {DE:Project}.{ID}.

 

 

If this solved your issue, please mark it as solved so others can find the solution faster.