Since a few months I ALWAYS encounter this error when I just change the Filter or Sorting in my Gallery Items.
Most of the apps have a gallery with Items SharePointList, and something like this
Set(selRecord, ThisItem); Navigate(screen2) on OnSelect.
Screen2 will simply displays the record selRecord in more detail. eg: selRecord.Title
When I now want to add a filter or Sort the Datasource by changing the Item property to
Filter(SharePointList, Status.Value = "Active"), any change to the Item property (adding a new Filter conditions, changing Sorting, ... ) results in that error. Always. It's driving me nuts. Just reloading the app in the studio makes the error go away, but it's very annoying.
The context variable types are incompatible with the types of value in other places in your app.
Does anyone else have this problem? Any solutions?
Thanks
Bart