dan90
Member
I am trying to get the "add multiple rows" event to work in my workflow but it keeps throwing back json errors.
I have tried structuring the data in many different ways. I even manually wrote it all out as a test and it threw back same errors:
Error code 400
Invalid JSON payload received. Unknown name "0" at 'data.values[0]': Cannot find field.
Invalid JSON payload received.
INVALID_ARGUMENT
type.googleapis.com/google.rpc.BadRequest
data.values[0]
And it repeats that for every single value I am trying to add.
The test data isn't complex, its simple names and numbers.
This is the new layout of pabbly I am using.
I have tried structuring the data in many different ways. I even manually wrote it all out as a test and it threw back same errors:
Error code 400
Invalid JSON payload received. Unknown name "0" at 'data.values[0]': Cannot find field.
Invalid JSON payload received.
INVALID_ARGUMENT
type.googleapis.com/google.rpc.BadRequest
data.values[0]
And it repeats that for every single value I am trying to add.
The test data isn't complex, its simple names and numbers.
This is the new layout of pabbly I am using.