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.