Hi There
I am trying to extract data from Dynamics 365 CRM dataverse, using the 'When a row is selected' trigger, and save it into a Sharepoint list, but I am struggling to get certain lookup data into the format that I want. I want the text values to pull through and not the GUID value.
All the assistance I have found online only uses the 'Get a row by ID' trigger and this is not want I want as I dont want to have to copy rows of records into my SP list by creating a new flow using each rows ID.
I have tried putting my lookup field into compose and initialize variables using the code from the help I have found online,
"_mylookup_value@OData.Community.Display.V1.FormattedValue", but this doesnt seem to work with the 'When a row is selected' trigger.
All my non-lookup data is pulling into my SP list perfectly with this flow. The Client field is the lookup column in the CRM table that I want in text value, see below image:

I have spent days trying to figure this out with no luck so any assistance to resolve would be greatly appreciated!!!