I am trying to create a workflow which will get triggered when anyone drags a file into the repository. It should get the project number value from the parent folder's template and add it to the file dragged in. For example if I were to drag a file into subfolder (a1), the workflow would get the template data(Project Number) from 'Folder A' and apply it to the file/files dragged in.
Folder A (parent)
-- Subfolder (a1)
I believe this can be achieved in LF, but if not please advise as to a better way to address this issue.
Thank you