Hi,
I have a custom entity Lease. This lease entity contains the many lookups like user's and account.
I have created Ms flow in which I am sending an email and I want to get the all lookup's name in the email body but as flow is triggered I am just getting the lookup's Id's.
I am using this expression in which I got the Id:- triggerOutputs()?['body/_cyno_primaryclientcontact_value']
and If I use:- triggerOutputs()?['body/_cyno_primaryclientcontact_value@OData.Community.Display.V1.FormattedValue'] then got nothing.