Skip to main content

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

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