@WarrenBelz The datasource Connection is CDS, These are three entities, I am using custom view in a gallery list.
- Device
- Device License Plates
- Logistics
Lookup of 'Device License Plates' is in the Device Entity.
LookUp('Device License Plates', 'Registration Number' = "XYZ" ,'Registration Number') -->Fpr Static value its working perfectly but in case of dynamics lookup value
LookUp('Device License Plates','Registration Number' = ThisItem.Device.'Device License Plates','Registration Number')--> For this case, can't access the name of the lookup which is equal to "XYZ"
The field 'Registration Number' is unique identifier of Entity 'Device License Plates'
Other than creating view it there any other way to manipulate fields of more than one related Entities