I really do not need to donwload or upload any file to sharepoint. The files are already there. I need to get links to those files. And I do not know how.
Is there a sharepoint activity that will get me links to all recently uploaded files?
I have noticed that the URL of file is always the same and there is only 1 change - file name.
So I decided for now to use WRITE CELL with that absolute URL + variable with file name (which I get in one of the previous steps with Path.GetFileNameWithoutExtension(filepath) while the files are still in local folder…and it works pretty fine.