New Airtable's AI not been parsed corectly

When we use a AI field on Airtable, it is outputting it as a collection. I want to use just the field’s value, but I have no way to do so since the parsing is not been done automatically.

I think I could do a work around by using an iterator for each AI generated field. But it seems like this is not how the Airtable module should behave.

Example:
Screenshot 2024-04-27 at 11.05.01 PM

In subsequently modules I cannot select a value by itself, just a collection!

Welcome to the Make community!

You can use the map function to extract all values from an array of collections.

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

Mapping works with arrays, but I don’t think it works with collections, right?

Ah yes. The workaround for this is either to manually enter the variable path, like

{{ 1.`Número 1`.state }}

Or use the module Create JSON on the collection, then Parse JSON on the output of Create JSON.

1 Like

IT WORKED!!
I still think this is a bug, is tere a way for you guys to report it?

Sure, you can report bugs by creating a ticket.

For quicker assistance with bugs and technical problems, you may want to contact support directly. They respond very quickly and update you frequently on the status of their investigation.

samliewrequest private consultation

Join the Make unofficial Discord server!

2 Likes