Automation using orchrestator have different result than manual debugging

Dear UI Path Community,

I new to this apps, trying to make automation using Orchrestator ,
in previous mechine it works fine, but when i move to enother machine it results differently
my workflow is extracting data from web, then write it to Excell “KELUHAN BARU” in path E:\SOLVIA\ , when running manualy via debug in studio it work fine, but in orcherstra it doesnt write in spesified excel, but use the excel file in package .nuget folder,

how to solve this?
i want to keep using the excell in spesified location

this is the job log (error part),
Audit: Using Excel File: E:\SOLVIA\KELUHAN_BARU.xlsx
Audit: Using Excel File: E:\SOLVIA\KELUHAN_BARU.xlsx
Audit: Using Desktop App. App: C:\Program Files\Microsoft Office\root\Office16\excel.exe Arguments: e:\solvia\keluhan_baru.xlsx
Audit: Extract Data. From:
Audit: Using Excel File: E:\SOLVIA\NEWISSUE.xlsx
Write DataTable to Excel: The source data has no rows or columns.

Thankyou for helping

Hi!

Could you please take a screenshot of your activity in Studio?

Extracted data from Web is Null. Just re confirm it.

Try to give excel path like below
environment.currentdirectory/“ExcelPath”

@UP3_CIPUTAT,

Welcome to the UiPath Community :tada:

This is happening because you haven’t provided full file path to your write range activity.

You should be passing full file path as like "E:\\SOLVIA\\KELUHAN_BARU.xlsx"

Thanks,
Ashok :slight_smile: