Hello Team,
How can we add total numbers in a row,
,
I have created following WF,
giving error…

Here, Is column count will remain same (i.e. 5) or it differs ?
It will differ,
Like row 1 may have 3 inputs,
row 2 have 5 inputs,
So need to count Total
Hi @Suman7
try totalcount =row(“A”).ToString+row(“B”).ToString+row(“C”).ToString+row(“D”).ToString+row(“E”).ToString
and print the total count in the log message
Thanks
Ashwin S
It wont work if the number of cols are not fixed,
Any suggestions??