Hello everyone! I’m encountering a problem using the join
function in Make.com. I need to collect data from an array to get a final text format like this:
Name: Start - End
Name: Start - End
it has to be like:
Victoria: Wednesday, Nov 13 - Monday, Nov 18
Andrei: Wednesday, Nov 13 - Monday, Nov 18
I’m using the Array Aggregator
to combine task information and trying to format each line to display a list of employees with their vacation periods. I tried this expression {{join(242.array[].__IMTKEY__ + ":" + 242.array[].text; newline)}}
, but it returns an empty result or just one. Could someone suggest what might be going wrong? Or maybe there’s a better way to achieve this? Thanks!"