I use activity find LastRow but show error as below ?
Please guide me for solve it.
Try round braces instead of square brackets and then check once.
I had the same issue as you a couple of days ago. Turns out that even if you do provide an variable in the activity itself, it does not “transfer” it to the properties panel.
Check if all provided variable also exist in the properties panel.
Hi @fairymemay ,
Just to see how the activity works, could you try passing in the Range into the Source Field ?
Kind Regards,
Ashwin A.K
@fairymemay Try below steps, it solves your issue
Excel.Sheet("Sheet1").Range("A1:C3")
This would work. Also, below link for ref
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.