File Meta Data
What is the best way to store files with meta data?
Comments
-
You can store the meta data and file together in a data structure. In my example, I have made a Database Structure that stores the file reference and allows for the document to be saved along with a name, description, and the data it was created. That way, you can use a Fetch Entities step to filter for those criteria to find the file.


