Hi,
I have an issue with a lookup field in CDS.
A store is managed with an user. Every user is stored in CDS in the "Users" entity.
I try to use this function:
collect(Stores;{
Store_Name;"My store";
User_in_charge:lookup(Users;'full name'="Brian Singer")})
The system says that it needs a data entity and the type I try to insert is not compatible. I tried with the GUID but nothing works at all.
Can someone help me?
Kind regards