Extract data from Webhook Body?

My Webhook Test returns a valid body, but I don’t know how to extract the data.
The method I’m using to extract, “STORAGE - Get” is showing the webhook body as “undefined”
Untitled - Activepieces - Google Chrome 2023-09-11 at 9.53.58 PM

Hi,

You don’t need the storage to extract the data; this piece is used to store data across runs, which is different from what you are looking for.

Just select the field directly where you want to use it. It should work.

Please take a look at Passing Data - Activepieces

Thank you,
Mo.

Thank you.

Actually, I wanted to manipulate the data before passing the data

I suggest that you pass the data to a Code step and ask ChatGPT to write some code for you to reformat the data. What is the expected input and how would you like to reformat it?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.