[RuntimeError] Watch New Google Spreadsheet Raws -> Create a Listings on Etsy

Hello everyone,
I have a simple scenario consisting of two steps:

  • Trigger: Watch new rows in a spreadsheet file.
  • Action: Create a listing on Etsy.

Some rows have been successfully uploaded to Etsy without any issues, while others are returning a generic “RuntimeError” when I run the scenario, which I’m unable to resolve.

I’m struggling to understand what the error is about because no additional information is provided.

I’ve already tried the following:

  • Removed special characters (e.g., ì, @, etc.).
  • Deleted each optional field one by one and then ran the scenario again.

What’s happening is that the scenario can read the new row from the spreadsheet file, but the next step (Etsy) returns a “data size of 0,” meaning no information is being passed to Etsy.

Have you encountered this problem before? How did you solve it?

Thank your for helping me :slight_smile:

Hi Andrea, u probably solved your issue meanwhile, but in case anyone else might face it:
Occures if the data passed are invalid in one way or another. Might not be visible on first view:
Check the number of character for a specific field. As you said, you deleted all optional fields, it might be the “titel” - according to Etsy standard the titel may not have more than 140 characters (included empty spaces).

If the titel you pass from Google sheet exeeds 140 characters for the titel - you get the runtimeError - without any further explanation.
Same for other fields with character limitation.