Hey, how to add an attachment saved in a variable? I have downloaded an attachment saved in a variable and I need to send it through the application. The application immediately opens a window with the selection of a folder, I do not know how to give it a variable.
Hi @sullivanne ,
You can create variable as String call strFileName
strFileName = “ABC”
each file you can format strFileName+time + extentions of file
ex: strFileName+dd/mm/yyy:hh:mm:ss + “.xlsx”