Working with collections

Sachin_Kharmale

Active Member
Then just Count the Rows in Collection using collection Row Count action
add Decision stage to check loop is on last row not
when Loop is on Last row Don't append comma

[Output]& [Salary.Salary]
else append the comma to data item
[Output]& [Salary.Salary]&" ,"

it will solve your problem.
 
Then just Count the Rows in Collection using collection Row Count action
add Decision stage to check loop is on last row not
when Loop is on Last row Don't append comma

[Output]& [Salary.Salary]
else append the comma to data item
[Output]& [Salary.Salary]&" ,"

it will solve your problem.
Thanks,
It's working
 

Tanuj

New Member
Top