Hi @JabbarCRM ,
Do you want to display lookup field value as selected contact record instead of GUID?
Could you
1)show me the label's Text property which is used to display lookup field?
2)tell me the fieldname in contact entity that you want to display? and the field's data type?
I assume that you want to display the fullname field in contact entity and it is a text type.
If so, please set the label's Text:
ThisItem.primarycontactid.fullname
If you want to display other fields, you could try:
ThisItem.lookupfieldname.fieldname in related entity
Best regards,