How do i get the total list result of this formula? (via workflow preferebly)
(num <list
> total) = (num <list
> 1) * (num <list
> 2)
result should be a list of numbers as well
How do i get the total list result of this formula? (via workflow preferebly)
(num <list
> total) = (num <list
> 1) * (num <list
> 2)
result should be a list of numbers as well
You can use :format as text
to do parallel math, for example
List of things:format as text
in the little windowThis Thing's field 1 * this thing's field 2, delimiter (new line)
close out of window :split by (new line):each item converted to number
Maybe that helps here ?
Perfect! Thank you Mr.
This topic was automatically closed after 70 days. New replies are no longer allowed.