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