[
{
“array”: [
{
“PO Number”: “Forma-Ir4tcBO0”,
“Course Name”: [
“Rebecca Farrell”
],
“Custom Total”: 55.49,
“Shipped Date”: “2024-06-28”,
“Product Items”: “1 - The Dart 2.0- Pink”,
"Shipping Date ": null,
“Custom Unit Price”: [
45.49
],
“Forma Remove Prefix”: “Ir4tcBO0”,
“Custom Shipping Price”: 10,
“(Link Key) Course Name”: [
“recz8a0YQFiiVDvX9”
]
},
{
“PO Number”: “Forma-ki1BCqEs”,
“Course Name”: [
“Dan Rodriguez”
],
“Custom Total”: 114.99,
“Shipped Date”: “2024-06-28”,
“Product Items”: “1 - The Sound Stick- Navy”,
"Shipping Date ": null,
“Custom Unit Price”: [
104.99
],
“Forma Remove Prefix”: “ki1BCqEs”,
“Custom Shipping Price”: 10,
“(Link Key) Course Name”: [
“recTzuIglkQZmCona”
]
},
{
“PO Number”: “Forma-ltkMzgNh”,
“Course Name”: [
“Shreekar Bhattarai”
],
“Custom Total”: 55.49,
“Shipped Date”: “2024-06-28”,
“Product Items”: “1 - The Dart 2.0- Green”,
"Shipping Date ": null,
“Custom Unit Price”: [
45.49
],
“Forma Remove Prefix”: “ltkMzgNh”,
“Custom Shipping Price”: 10,
“(Link Key) Course Name”: [
“rec2Kjq6zvk9BjJIN”
]
}
],
“IMTAGGLENGTH”: 3
}
]
This is an output bundle from airtable search record >> Aggregators.
As you can see its already in 1 bundle, however they are not in proper arrays. Like I want Customer Name to be: X, X, X then SHipping price would be: 10,10,10 etc. I tried converting them to JSON, parsing them, aggregate, they wont produce a string where they are X,X,X because I need that to generate a document that will later on make rows for those unique arrays.