Thank you ms, but if i create the new excel file by automate UiPath di spesific path "
destinationPathhh " which i assign before to write the data tablelike this
excelFileName = “ClientData-” + Now.ToString(“yyyy-MM-dd”) + “.xlsx”
destinationPathhh = “C:\Users\azzah\OneDrive\Documents\UiPath\attatchment” + excelFileName
is it the destination gonna be Excel.File(“destinationPathhh”) ?
thank you