Hi! I am working on a couple of REST API webhooks (output is already validated); however, I am struggling to figure out how to funnel the output into the pipeline builder and/or a dataset so I can transform it later. I am open to any additional tips or recommendations as well, thanks!
1 Like
I would not recommend writing your output to a dataset. Could you create an object type to store the result and store it in there using an action?
Then if you want to use the data in a dataset you can leverage the materialization of your object.