Output bundles to aggregate them in airtable

Hello, I ma making a prompt to Dall-E, ti generate three pictures.
There are three output bundles. but I could not get each of them to map them onto airtable different celles. What modules do I need in between to get those bundles separate ?

this is the output bundle of chatGPT module.

[
{
“created”: “2024-03-24T13:53:27.000Z”,
“data”: [
{
“url”: “https://oaidalleapiprodscus.blob.core.windows.net/private/org-jzliakNhS9W3SUhlTwb7sWuS/user-tPxreGGBTjSmO3DTGSyr6i0Z/img-PFevXHvstpf6QShmnAP6khXb.png?st=2024-03-24T12%3A53%3A27Z&se=2024-03-24T14%3A53%3A27Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-03-23T21%3A11%3A30Z&ske=2024-03-24T21%3A11%3A30Z&sks=b&skv=2021-08-06&sig=0HOJT4XEfJqyJGms4owjJTElUDzN15PAVnPIRWQTAks%3D
},
{
“url”: “https://oaidalleapiprodscus.blob.core.windows.net/private/org-jzliakNhS9W3SUhlTwb7sWuS/user-tPxreGGBTjSmO3DTGSyr6i0Z/img-KkkOzu7D4Mmoqek6rQyHeK87.png?st=2024-03-24T12%3A53%3A27Z&se=2024-03-24T14%3A53%3A27Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-03-23T21%3A11%3A30Z&ske=2024-03-24T21%3A11%3A30Z&sks=b&skv=2021-08-06&sig=gwtHayLY5LQQ6yJLVHgUeMEinSpKtz9RovAwKpaCaGk%3D
},
{
“url”: “https://oaidalleapiprodscus.blob.core.windows.net/private/org-jzliakNhS9W3SUhlTwb7sWuS/user-tPxreGGBTjSmO3DTGSyr6i0Z/img-NPB5qoXSvmdfX8UdNy9j9llN.png?st=2024-03-24T12%3A53%3A27Z&se=2024-03-24T14%3A53%3A27Z&sp=r&sv=2021-08-06&sr=b&rscd=inline&rsct=image/png&skoid=6aaadede-4fb3-4698-a8f6-684d7786b067&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skt=2024-03-23T21%3A11%3A30Z&ske=2024-03-24T21%3A11%3A30Z&sks=b&skv=2021-08-06&sig=VhfcpmAwWIL6RyPIj3kOnWHhJE%2BddlCrZ%2B9EBT1Vn/I%3D
}
]
}
]

blueprint (2).json (5.1 KB)

Hi there,

In this case you need to use an Iterator to iterate the values from that array output from OpenAI then an Array aggregator. The setup would look like this below:



2 Likes