Hi,
Is there a way to get the lookup name column instead of the guid from a Read Task on a Formula?
From a trace I can see that the Lookup Name is getting loaded but i can't find a way to retrieve it, i can only make a reference to the Type field

I tried getting the element and then calling the get column:
[#Read Account.First item of resulting collection#].GetColumnValue("TypeName")
But i only get a runtime error:
An error occurred while applying the value of the parameter "RecordColumnValues" of the business process element:
Unable to compute expression "[#[IsOwnerSchema:false].[IsSchema:false].[Element:{3fc842fe-cf6c-447b-96d6-c4a5ad44b60b}].[Parameter:{1b74925e-637e-42f3-982d-c444f038071a}]#].GetColumnValue("TypeName")", error: Object reference not set to an instance of an object.
Any help is appreciated