Hi I'm using the lookup feature in Pabbly to get multiple rows and update at another sheets.
Lookup results
[{"rowIndex":2,"rowValue":{"frontly_id":"1","WOSetID":"1","exericiseID":"1","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":3,"rowValue":{"frontly_id":"2","WOSetID":"2","exericiseID":"2","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":4,"rowValue":{"frontly_id":"3","WOSetID":"3","exericiseID":"3","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":5,"rowValue":{"frontly_id":"4","WOSetID":"4","exericiseID":"7","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}}]
Then, Im using Data Transformer (Line Itemizing) to and return this result.
Lastly when I want to update another sheet using "Google Sheets - Add Multiple Rows". It return this error.
My expected result is to update those lookup results without changing any format to another new sheets.
Is it because of the result return in list format, and couldn't be updated in Google Sheet? Any solution on this?
Thank you
Lookup results
[{"rowIndex":2,"rowValue":{"frontly_id":"1","WOSetID":"1","exericiseID":"1","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":3,"rowValue":{"frontly_id":"2","WOSetID":"2","exericiseID":"2","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":4,"rowValue":{"frontly_id":"3","WOSetID":"3","exericiseID":"3","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}},{"rowIndex":5,"rowValue":{"frontly_id":"4","WOSetID":"4","exericiseID":"7","workoutID":"1","set":"3","noReps":"10-15","RIR":"3","Archived":"TRUE"}}]
Then, Im using Data Transformer (Line Itemizing) to and return this result.
Lastly when I want to update another sheet using "Google Sheets - Add Multiple Rows". It return this error.
My expected result is to update those lookup results without changing any format to another new sheets.
Is it because of the result return in list format, and couldn't be updated in Google Sheet? Any solution on this?
Thank you