I am trying to read from a local sharepoint file and output to a shartepoint file. The issue is I want to ensure this workflow works for both myself and my colleagues. i.e. both input and output have to dynamically changed based on username.
I have this working for input, using the dynamic input took and replacing my name with Forula too with 'C:\Users\' + GetEnvironmentVariable("USERNAME") + [path] where path is defined as the end of the sharepoint connection.
Where I run into problems is during the dynamic output. Is there a reason there is no dynamic output tool? Or am I missing something simple?
Let me know.
Thanks in advance!