I imported to Dataverse an Excel, but, by mistake, assigned as 'choice' type a field that originally had integers.
When I get a 'SelectedRecord' record with LookUp, I have a lot of problems with this field. When I compare with an integer value ir returns FALSE
Set(myBoolean,SelectedRecord.Section=1)
myBoolean is ALLWAYS false, but the actual value of this field is 1 (as 'choice'). Not 1 as integer, nor 1 as string. How can I compare?
Thanks!