Hello,
An app I built is no longer functioning properly. Whenever a specific field, the "Route dropdown", is filtered, the following error message comes up:
"Service call was successful. However, there was a problem processing the server response."
The formula in the field in question is as follows:
Filter('[Field].[vwRTDelayRoutes]', DriverID = 'DriverID Dropdown_1'.Selected.DriverID && DateSelect = Value(Text(RouteDate_1.SelectedDate,"[$-en-US]yymmddhhmm")))
I did a monitored session and discovered this error for the getRows operations associated with this formula:
"body": "\n\nReceived error payload from gateway service with ID 123036: Mashup expression evaluation error. Reason: .."
I'm at a loss with this. Anyone know what the cause here is?