E.g: name eq '' and endswith(_resource_value/@OData.Community.Display.V1.FormattedValue, '')
Fails as:
Action 'List_rows' failed: Could not find a property named '@OData.Community.Display.V1.FormattedValue' on type 'Edm.Guid'
But I don't want to use the GUID which works as just _resource_value I want the FormattedValue.
Other tests:
name eq '' and Microsoft.Dynamics.CRM.ContainsValues(PropertyName='_resource_value',PropertyValues=[@{triggerBody()?['text']}])
name eq '' and contains(_resource_value/@OData.Community.Display.V1.FormattedValue,'')
name eq '' and contains(_resource_value/@OData.Community.Display.V1.FormattedValue, '')
name eq '' and endswith(_resource_value/@OData.Community.Display.V1.FormattedValue, '')
name eq '@{triggerBody()?['text_1']}' and _resource_value_value eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_value/@OData.Community.Display.V1.FormattedValue eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_value/FormattedValue eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_lookupLogicalName eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_value/$lookupLogicalName eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_value@Microsoft.Dynamics.CRM.lookuplogicalname eq 'bookableresource' and _resource_value@OData.Community.Display.V1.FormattedValue eq '@{triggerBody()?['text']}'
name eq '@{triggerBody()?['text_1']}' and _resource_value/FormattedValue eq '@{triggerBody()?['text']}'
name eq '' and Microsoft.Dynamics.CRM.ContainsValues(PropertyName='_resource_value',PropertyValues=[@{triggerBody()?['text']}])
name eq '' and contains(_resource_value/@OData.Community.Display.V1.FormattedValue,'')