Hello All,
I'm using ArcGIS Experience Builder Developer Edition v1.12. The v1.11 release notes show that DataSourceFilterChangeMessage should now contain dataSourceIds property as string[] rather than dataSourceId property as a string and this is what the type definition describes. However inspecting the message actually received from the framework shows something like:
{
"type": "DATA_SOURCE_FILTER_CHANGE",
"widgetId": "widget_28",
"dataSourceIds": "dataSource_1-17d1b07042b-layer-6"
} Can someone please clarify?
Thanks!