How to Access Specific Fields from a Collection in OpenAI Module?

I’m using the OpenAI module and I need some help with processing collections. I have a collection called “from” that contains fields “name” and “address”. However, when I try to use the results from this collection, I don’t get the option to select “name” or “address” individually. How can I access these specific fields within my scenario?

Thank you for any guidance!

You can manually type in

{{ 2.from.name }}
{{ 2.from.address}}

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers. Due to the evolving needs of this community, the Discord invite link can be found elsewhere on this forum. You can either search for it or request an invite.

2 Likes