nsharma
(neha sharma)
January 26, 2019, 3:47am
1
Hi,
i have one excel files i need to drag formulas in it from range U to AH i used auto fill activity but i am getting this error:
i used source range as: “U”+LastRowIndex.ToString+" :" +“AH”+LastRowIndex.ToString
destination range as : “U”+totaldata.ToString+" :" +“AH”+totaldata.ToString
Please help
Hi @nsharma
Can you attach a workflow?
Thanks,
Prankur
nsharma
(neha sharma)
January 26, 2019, 11:57am
3
it worked now
i was not passing correct range.
changes it to this in destination.
“U”+LastRowIndex.ToString+" :" +“AH”+(LastRowIndex+1).ToString
1 Like
system
(system)
Closed
January 29, 2019, 11:57am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.