Get more values from table

I get one value as follows. what can i do to download more? tried with the for each block, but to no avail.

1 Like

What do you mean by that?
Do you want the entire row?

Now you are getting one single column from the selected row. Do you want all columns from that row?

Projekt bez tytułu (1) I want to take the sum from the “price” column for the last month. example in the photo. the variable “L.month calculate” is the last month.

1 Like

You will need to go through a loop and add the price for every successful match.

i try this way, it doesn’t work unfortunately. What am I doing wrong?

Just an example to help you figure it out
screen_01


3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.