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!
Weight: 74 kg
Diet: Yes for calorie intake <1700, No for sugar consumption, Yes for protein >70g
Nutritional Drink: Yes
Fasting: 15 hours
Hydration: Yes for 2L water
Exercise: Cardio
Tasks & Goals: Yes for tasks, Yes for goal visualization
Learning: Yes for educational activity
Alcohol: Yes
Goals for Tomorrow: None
Friday’s Highlights!
Weight: 77 kg
Diet: Yes, Yes, No
Nutritional Drink: Yes
Fasting: 9 hours
Hydration: No
Exercise: None
Tasks & Goals: No, Yes
Learning: No
Alcohol: Yes
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: