Dear Airtable community,
I'm working on an automated email sendout where I would like to let the recipient know which order and delivery dates will be applicable within a holiday week. To make it as easy as possible for the reader, I basically joined one big text field based on the data input, for example "order will be placed on 28-12-2023 for 02-01-2024". Now, I'm looking for a way to aggregate my output - kind of like a pivot before showing all fields.
Data format:
City | Recipient | Text |
Berlin | Berlin1 | order will be placed on 28-12-2023 for 02-01-2024 |
Berlin | Berlin2 | order will be placed on 28-12-2023 for 02-01-2024 |
Hamburg | Hamburg1 | order will be placed on 29-12-2023 for 02-01-2024 |
Frankfurt | Frankfurt1 | order will be placed on 28-12-2023 for 03-01-2024 |
How can I aggregate the information so my vendor only receives the following information:
City | Text |
Berlin | order will be placed on 28-12-2023 for 02-01-2024 |
Hamburg | order will be placed on 29-12-2023 for 02-01-2024 |
Frankfurt | order will be placed on 28-12-2023 for 03-01-2024 |
Any help would be much appreciated 🙂