Hi
I have a DataVerse table called JukeBoxJuryMembers which has a Choices field called Colours with values "WHITE", "BLACK" and "RED".
I want to add a record to this table. I use "RED" for the Colours field but I get an error "The runtime value "RED" to be converted doesn't have the expected format 'Integer/int32'.
So I try and get the equivalent integer value for the Colour "RED" by querying the table String maps with the filter attributename eq 'Colours' and value eq 'RED' and objecttypecode eq 'jukeboxjurymembers'.
I get an error The entity with a name = 'jukeboxjurymembers' with namemapping = 'Logical' was not found in the MetadataCache.
What am I doing wrong ?
Thanks
Nigel