Hello,
This is to report one of the issue I start seeing. It is 'Get a record' for Dynamics 365 Finance & Operation.
I am doing very simple action for now. Get a record for Customer Group of '90'.
Unique Identifier : CustGroupId
By using just CustGroupId , I was getting error related to keys. ( Only 1 of 2 keys provided for lookup, provide keys for dataAreaId,CustomerGroupId )
But then I started providing DataAreaId as well. I am doing it in the following way: usmf,90 ( I tried many combinations but no luck. i.e. Upper case, quotes, semi colon etc)
I know this used to work before but now I see this issue. Not sure if something got change in Data entity framework


Thanks in advanced.