How to extract data from a module

My goal is to capture the GPT vision response, I tried to push it to a webhook but it didn’t make sense to have the data exposed on the internet ( legal problems )

Is the only way to send it to a database like airtable?

Welcome to the Make community!

You can use a Text Parser “Match Pattern” module with a regular expression pattern to extract the data you want.

This way, you don’t need to send the data to a third-party OpenAI.

For more information, see Text Parser in the Make Help Center:

Match Pattern
The Match pattern module enables you to find and extract string elements matching a search pattern from a given text. The search pattern is a regular expression (aka regex or regexp), which is a sequence of characters in which each character is either a metacharacter, having a special meaning, or a regular character that has a literal meaning.

Hope this helps!

2 Likes