With the following code
I am not getting anything in my Google Sheet. Am I sending across some invalid data?
With the following code
The Create Row block works so the problem is elsewhere in your code. Most likely caused by a loop that is too fast as I mentioned in your other topic.
I realized that it wasn’t accepting a
rating1’s value block. Why?
I’m not sure… perhaps Google Sheets doesn’t accept that cell type. I’m not even sure what type of value the Rating block is. I see you tried to convert it to a number. Maybe try converting it to a string (by joining it with an empty text block “”)?
Sure, thanks.