I'm attempting to replicate a Web Appbuilder app in Experience Builder in my organization's internal Enterprise Portal (11.4) deployment and I'm running into some frustrations with how EB interacts with my existing data.
In WAB we used referenced data in file geodatabases such that the data could be updated using python scripts and those updates would then be visible in the layers in the app. The widgets in the app would then be able to interact with that data.
It seems like this is no longer the case in EB? My referenced data is no longer able to be filtered using the Filter widget or searched with the Search widget in EB. Am I just missing something or must all data be hosted now for these functions to work? Has anyone else run into this and have you come up with a solution? I suspect I will have to start picking up the arcgis API and publishing the updates as hosted data rather than my previous solution but thought I should check if I'm missing something.
Thanks, Mark