Hi, I’m trying to achieve a file picker where the user gets to select first a page, then a file inside this page folder.
Actually the field files doesn’t allow you to display pages and then files afaik. (?)
My workaround would be to first ask the user to pick a project, then based on that pick, generate a query for a pick of files inside that page folder.
Something that would look like that.
Apart from not being correct (should be page.project.toPage.images), this would only work with an intermediary step of saving the page before you could select the images from that page.