So if you need need to lookup an item from a custom table with an Id of 00Xj000000NK03j, and return the name, the formula would look something like this:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VLOOKUP | |
($ObjectType.CustomTable__c.Fields.Name , $ObjectType.CustomTable__c.Fields.Id, '00Xj000000NK03j' ), |