How to extract metadata from specific folder. Retool Storage

Hi @Shadow, happy to help! :slightly_smiling_face:

Make a query to extract the metadata, and filter the results to just get the ones where folderName === "yourFolder".

For example, this query gets me the files inside the folder named "folder1:"


From here, we can map the results into the urls and save them to a state variable or localStorage.