Using Resource File as a data source for iterator

Hi!

I see that I can data bind the “Resource Files” data source in iterators, but I can’t find a way to actually access the file content URL’s. It looks like this data source is a bit special.


Is there any way to achieve this? I want my users to be able to select an icon from all SVG’s we’ve uploaded.

Hi Oyvind,

Considering that you are able to select resource files in the iterator, I agree that this should be possible. I will register this for the devs team.

What you can do instead, which I think will make sense for your use case, is to create a new file data source in your data model, upload your SVG icons to that data source, and select that for iteration instead. File data sources that you create yourself are possible to databind.

Hope this helps!

1 Like