Hi everyone
I’m trying to centralize data from differents dynamic boards in a single board. I’m using Make to generate these boards that are made of one summary item and subitems for each steps of the project
These subitems track the different steps of the project, and the time spent by consultants (as numbers)
The item has a lookup column that sums these values
With a trigger on these boards, i run a Make scenario to fetch the lookup value and save it in another table - and I’m stuck because of the data format: it is a Collection of Text!
I didn’t find how to transform that in a number (I tried Numeric aggregator, Array aggregator), without any success
I attempted to create in the board a Formula column that would be the sum of these values, but it shows up as empty in Make
Do you have any solution for that ?
Thank you in advance
Nicolas