Is there a way to allow the user that submits a form to automatically always have access to that form in the repository? Example, lets say a folder called Leave of Absence collects all the leave of absence forms submitted by users under their names:
>Leave of Absence
>User1
>form1
>form2
>User2
>form1
>...
Can I automatically have it set if a user submits a form, it will give them rights to their user folder? Their folder wont exist until they create a form, so its clean and automated without manually doing it for all the employee changes.
I didn't see anything in workflow to assign repo permissions.