Hello,
I am wanting to write text file where the file name will created using an assign Activity filename=“C:\Users\lurowley\RPA_Workfile\Logs\logs_”+DateTime.Now.ToString(“dd/MM/yyy”)+“*.txt”
then placing that file name into **write text file Activity **
that has solved it. i normally use “dd/MM/yyyy” but totally forgot you cant use “/” in file naming convention.
i have used dd-MM-yyyy Instead.
Thank you