This is a very simple flow, get some data from the webhook and insert to a google sheet
The webhook test went well, but the google-sheet test is not generating any output
ps: I would like to understand what happens behind the scenes, when you click the test button, like If I want to dive deep into the source code - where should I start
Could you try refreshing the page and testing the action again?
Behind the scenes, when you click the test action, it will call the run method of the particular action. For the insert row action, you can refer to this source code.