I created a list task to identify files in a specific network location. I establish a loop and in the next task, I attempt to set a user variable based on the individual files identified from the list task. I'm trying to determine the modified date on each of the files from the list, but my attempts at using this formula in the variable value fail referencing "file does not exist":
{file[(ModifiedTime|{loop(CurrentValueX)}|yyyy-MM-dd HH:mm:ss)}
I assume the task is using the system account (which is not a domain account with access to the file) and why it can't find the file. I don't see any option to provide credentials when attempting to create a user variable.