simba22042
simba22042
Hi Guys, How was this resolved? I have the following ``` var api = await GetAPI(); CRMGetListOptions buOptions = new CRMGetListOptions() { FetchXml = @"" }; var accounts = await...
I was getting Cannot apply indexing with [] to an expression of type 'System.Dynamic.ExpandoObject' with Console.WriteLine(myAccount["contact.fullname"]); so had to cast the reference to the interface to access it: Like **((IDictionary)account)["contact.fullname"];**
Hi Matt, That worked. Sorry for my ignorance on spkl just getting started on this. Now I am getting the following **Solution section not found in spkl.json. This is needed...