What are you trying to achieve?
I am trying to load a new row into an existing Google BigQuery table. I have received data via a webhook. My goal is to add the data to a new row each time the webhook is triggered.
Steps taken so far
I triggered the webhook and received the data. I created a table in BigQuery, but I am unable to transfer the data from the webhook to the BigQuery module. Could you please advise on how I can achieve my goal? Are any intermediate modules needed?