Hi,
Is it correct that when you add a record to a collection or variable, the related nested fields is not accessable ?
I try to add "Orders" to a variable that have "Customer" as a nested record defined by a relationship in dataverse.
When Orders is added to the variable like "set(varOrder;Lookup(Orders; OrderID = XXXX))", i cant access the related record like "varOrder.Customer.BusinessName"
Is that normal behavor and a lookup is needed?
Thanks,