Implicit Conversion from Object to IReadRangeRef

Please tell me what is this error and how to fix this issue???

I cant use Workbook activity because I have to do few filters in excel using excel activities

Thanks in advance

Hi @Inchara_B_A

You have to give the Range like Excel.Sheet(In_Config(“InputSheet”).toString).range(“”)

Hope it helps!!

1 Like

Hello @Inchara_B_A
Try this

Excel.Sheet(in_Config(“InputSheet”).toString)

In Modern Activity need to mention the Application scope’s reference name.

1 Like

Thank you both for the solution

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.