Help with using board totals in another board

Hi everybody
I wanna use a board total in another board and I’ve made a scenario by Make but the output is incorrect . I attached a video of my scenario. please help me to solve the issue.
Thanks

@hamiiiid

I see two issues:

Your map() function in the formulas for both Variable values should read: map(3.array;numbers163)


Your Value formula here should read: round(sum(map(3.array;numbers163)))


Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you?
We Create Custom Solutions
Schedule a 1-on-1 Tutorial Session (for monday, Make & gardening)

Thanks for your reply
I changed map formulas but now the result didn’t sum all rows and only show the first one in total.

@hamiiiid

Please show your new formulas.

I wrote the formulas as you said but it returned this error.


I changed to this and I gave this error in next step



then I changed value formula but it returned 0 in result


@hamiiiid

Copy and paste this into the value field:

{{round(sum(map(3.array; "numbers163")))}}


Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you?
We Create Custom Solutions
Schedule a 1-on-1 Tutorial Session (for monday, Make & ???)

it didn’t work. The result is 0 again. :cry:

@hamiiiid

My mistake.

{{round(sum(map(3.array; "mappable_column_values.numbers163")))}}

If you are still having issues, I recommend we work it out with a call.

1 Like

Yeeees it worked.
Thank you so much Jim

1 Like

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