I need to rename the excel sheet to current date. I am using the Business Object: MS Excel VBO and action: "Save current workbook as" I am unable to figure out how to do this. I have tried these two options. But looks like I am using wrong expressions.
1. For Eg: "C:\abc\def\xyz\&"FormatDate(Now(), "dd mm yyyy")".xlsx"
2. For Eg: "C:\abc\def\xyz\&"MakeDate(Today())"&.xlsx"