Hello, I have a quick question. I created a scenario on Make that scrapes data from Amazon. I retrieve the photo links and want to update my Airtable database, but I’m encountering an error with the URL it retrieves:
RuntimeError
[422] Field “Image 6” cannot accept the provided value.
Do you know where this error might be coming from? I’ve made sure to configure my column in Airtable with the URL format. Thanks in advance for your valuable help!
Welcome to the Make community!
To allow others to assist you with your scenario, please provide the following:
Relevant Screenshots
Please share screenshots of your scenario, any error messages, relevant module fields, and relevant filter settings. It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
Scenario Blueprint
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Output Bundles of Modules
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A. Upload as Text File
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks
```
before and after the content/bundle, like this:```
content goes here
``` -
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
By providing these details, it will allow others to assist you better.
Voici le blueprint: blueprint.json (56.4 KB)
Et le bundle 1:
J’espüre que cela pourra vous aider a trouver mon problüme rapidement.
Bonne soiröe.
Hey @Stephane_Vitry,
Welcome to the community.
As per your screenshot, the given input data looks OK.
Can you please cross-check and confirm that your given URL for the field “Image 6” is publicly accessible on the browser tab directly?
Try to open url on another tab.
If it’s not accessible publically then that’s an error.
Check more at here
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions
and give
If you need expert help or have questions? Contact or comment below!
Hi Dilipborad, really thank you for your reply :-), i confirm that the link is publicly accessible https://m.media-amazon.com/images/I/51WuJ7EZ1uL.AC_SL1500.jpg.
As you can see, the type of the content is “Array”, i think this is the problem and airtable has a problem to see my URL in the Array, i need a method to extract the url before to import it on Airtable.
thank you in advance.