Skip to main content

I created Webhook in Zapier to receive data from another service. The body data format is `application/x-www-form-urlencoded; charset=utf-8`.

The raw body example like below

```
Key1=Value2&Key2=Value3
```

I want to parse the values to choose the Key2's Value to put into Google Spreadsheet (or maybe another Key in the future). How do I achieve this using Text Formatter from Zapier.

Hey @Kuncie ,

 

You can use Formatter by Zapier → Text → Split. If you are an expertwith coding, you can write custom code also to perform this task


Hey @Kuncie! I was curious if you were able to get this sorted using Formatter by Zapier

Keep us posted!


Hi,

I was able to solve this using the Code. It’s very simple using Javascript or Python script, actually. Thanks all for the help!

Regards


I was able to solve this using the Code. It’s very simple using Javascript or Python script, actually.

Amazing, thank you for letting the Community know your solution! We love to see it. 🤗