We have a business need to create folders to house documents.We plan to do this via a Process Model.
In the future, we would need access these folders in order to save documents to them, and to retrieve documents from them.
One way to do folder access we saw was to store the Folder ID when generating the folder, and storing that for future folder access.
Is there another way to do this? Such as accessing folders via folder names?
Discussion posts and replies are publicly visible
Hi rohity0003Storing Id is a better option, you can also try to save the UUID since it will remain unique throughout all environments.