What is your goal?
I’m trying to post a new blog to Shopify from my data in Airtable.
What is the problem & what have you tried?
I’ve recreated the scenario a couple of times to make sure I did it correctly. My scenario works successfully one time, then gives me an error:
RuntimeError
[200] Error(s):
article.image - Image is invalid
Error messages or input/output bundles
RuntimeError
[200] Error(s):
article.image - Image is invalid
Create public scenario page
Screenshots (scenario flow, module settings, errors)
Hello,
Your scenario looks correct- the image URL is properly mapped to the Shopify module.
One thing to confirm: during the next run, are you still mapping the image URL dynamically from Airtable, or are you using a previously copied attachment link?
Keep in mind that Airtable attachment URLs are temporary and typically expire about 2 hours after they are generated.
If the scenario is using a previously stored URL instead of fetching it again from Airtable, Shopify may no longer be able to retrieve the image and will return the article.image - Image is invalid error.
Thank you for the input! I have changed things so that I’m uploading images to google drive, then using the share link/URL from there instead, and that seems to be a good solution.
Gratefulness!