I’m a newbie with make.com trying to build something from scratch,
What i have atm is I get stuck with mapping or formatting the value of dates output by array aggregator where bookedslots = {{map(21.array; formatDate(parseDate(21.array.6; “MM-DD-YYYY h:mm A”); “h:mm A”))}}
I tested it by removing the map() and it only gives me the first output which is 10:00 AM , wherein I need all outputs as bookedslots.
TIA!