I have trouble downloading all the files with the specified names and i am confused on how to proceed with this.
It looks like you forgot to change the “File Path” to an expression. If set correctly the parameter would change its color and display the resolved value (in your case /Receipts/7.jpg)
The value is still hard-code. Like that, a fixed value will be used for each item. You have to set an expression instead so that for each item a different value gets used.
Best to read that section of the docs:
https://docs.n8n.io/code-examples/expressions/
The expression you then want to set would be:
/Receipts/{{$json.name}}
Did you check out the link I did share above? Because the parameter is still not an expression. It can be set to an expression by clicking on the cog icon on the right side of the parameter and then selecting the appropriate option.
Thank You.It finally works.
Great to hear! Have fun!




