how to add all row values in a column

  • 24 February 2016
  • 1 reply
  • 3 views

Badge +2

i want to create a workflow to add all row entries of one particular column.


1 reply

Badge +7

Hello Sanath,

If I understand correctly, you are trying to sum up all the numerical data of one column..

This can be done with the workflow actions: Use Query list action, get all the items IDs to one collection variable.

Loop though this collection variable and sum the numerical column data. To store the result create a number type WF variable.

Reply