Webhook data not separating for airtable mapping

I’m new to make.com, still learning the terminology, and have no coding experience. I’m having trouble with my scenario. I’m using a webhook to retrieve data from Mindstudio that I want to send to an airtable. My scenario is webhook>airtable. The problem is the webhook is not separating the data so I can map the data to the correct fields in the airtable.

Under my webhook module json pass through is “no”. But all the data retrieved in the webhook is still coming through as a long string in 1 bundle. How can I separate my data fields into separate bundles for mapping in the airtable module. Hopefully, you’re following because I’m not sure if I’m using the right terminology.

Welcome to the Make community!

When asking for help with creating a regex pattern for a text parser module, I strongly suggest you do not share screenshots of text. Instead, copy and paste the full text here as well so that we can run it against test patterns.

If you do not provide proper examples, you could be wasting our time as we have to manually type out your sample input. Not only that, you may not get the correct answer, or it may take several tries.

You can paste the text in this manner:

  • Either add three backticks ``` before and after the text, like this:

    ```
    example text content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Thank you!

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes

I’m a little taken back by your response because I didn’t realize I was wasting the community’s time. I read dozen of posts similar to mine but not the same exact issue and no one else pasted text in there question. I didn’t realize that was a requirement. Also, I’m confused by your answer because a text parser module is not a part of my scenario. I’m even more confused than ever before. Thanks!

Well, to split the text into multiple variables from the data variable, you’ll need to create a regular expression for the Text Parser Match Pattern module.

For further assistance, please provide the requested information.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like