Hi folks,
I'm confused as to why I'm getting an error message.
In my app, the user selects a location from a combobox. The combobox shows this:
Filter(Venues, 'Venues (Views)'.'MyView)
And the box shows just the name:
["msevtmgt_name"]
Now I need to patch a record on the Check-in table in Dataverse. There are more fields or course, but I patch the location like this and that works fine:
Location: LookUp(Venues, ComboBox3.Selected.Name = Name),
Now, if I go back in my app and select a different location, and patch a new record, I get a Network error. If I close the app, clear the cache, restart it and select a location (any location), the patch works again.
Obviously something goes awry when I select a different location, but I can't seem to figure out what. I show the location on my screen when selected (ComboBox3.Selected.Name) and it's always correct.
Anyone know what could be the issue here, or to troubleshoot this?
Many thanks!

Report
All responses (
Answers (