Hello, I am working on an app that needs to use a specific feature layer for each user, based on some back-end logic. we have feature layer urls stored in our database that contain the feature layer needed for each user. currently we can access it using a series of api calls made with FeatureLayer objects. however, we can not expose the data to experience builder as a whole, as I can't seem to find a way to make a data source from the url.
is it possible for me to programmatically create a data source based on this feature layer url? is this even the right approach?