Combining Multiple Array Elements

Hi everyone, I need help with formatting an array of daily summaries in Make.com. I’m trying to prepend the “Day Of The Week” and “Date” to each summary before combining them into a single text block.

I have managed to successfully combine all of the daily summaries into one block of text, however I do not know how to add the other elements to the output.

The formula / functions I have used already:

The current output:

Any help / advice is appreciated - I am very new to using functions in make and this one has been giving me a headache!

Hi James.
Try to use Text Aggregator instead of Array Aggregator.

This is the sample output:

3 Likes

Hi Shornalatha,

Thank you for your reply, I believe this is very close to my solution but I am still a little bit confused, since all of the text objects I want are inside the array…

With my current functions shown in the “Set Variable” module I showed, the output looks like this:
I only showed 2 days, but most of the time there will be all 7 of the week.


Thursday’s Highlights! :star2:

:balance_scale: Weight: 74 kg
:plate_with_cutlery: Diet: Yes for calorie intake <1700, No for sugar consumption, Yes for protein >70g
:cup_with_straw: Nutritional Drink: Yes
:hourglass_flowing_sand: Fasting: 15 hours
:droplet: Hydration: Yes for 2L water
:man_lifting_weights: Exercise: Cardio
:white_check_mark: Tasks & Goals: Yes for tasks, Yes for goal visualization
:books: Learning: Yes for educational activity
:no_entry_sign::wine_glass: Alcohol: Yes
:memo: Goals for Tomorrow: None

Friday’s Highlights! :star2:

:balance_scale: Weight: 77 kg
:plate_with_cutlery: Diet: Yes, Yes, No
:cup_with_straw: Nutritional Drink: Yes
:hourglass_flowing_sand: Fasting: 9 hours
:droplet: Hydration: No
:man_lifting_weights: Exercise: None
:white_check_mark: Tasks & Goals: No, Yes
:books: Learning: No
:no_entry_sign::wine_glass: Alcohol: Yes
:memo: Goals for Tomorrow: None


However, I would like to be able to log each weekly summary, with the dates of the summary… or a “Week Commencing: (monday’s date)” at the start of the weekly summary…

Is this something I can do in the same module, or do you think I should add another module before this one that is responsible for ONLY the date, which I can then insert at the top of the Weekly Summary in this module?

Thank you for taking the time to read & respond.

Hi @James_G .

In that case, we could use an iterator followed by the text aggregator.

So the setup would be like this: