I created Excel file path in Asset value of type “text” in orchestrator and used Get Asset Activity & also created variable to pass the value (excel file path)
What are you storing in the asset? is it Excel File Path or the range.
If it’s excel file path Pass that variable in the Use excel file and in read range give the below condition: Excel.Sheet("Sheet1")
If you want a specified range then: Excel.Sheet("Sheet1").Range("A1:C20")
If you want to indicate the sheet in excel
You need to manually replace the variable with the filepath for indicating the sheet
Later replace the file path with your variable
Thank you for the reply. But kindly recheck the screenshot posted. I have done what you said. By doing manually its working but using asset from orchestrator i cant able to read the excel.