画像ダウンロードが途中で異常終了

こんにちは
UiPath Studio 2025.0.176STS Community editionのユーザーです。

1.やりたいこと

https://forum.uipath.com/

のページの右側に画像が縦方向にいくつか組み込まれています。

この画像をすべてダウンロードしたい。(技術的な興味で実施しており、他意はありません)

2.悩んでいること

Find Childrenアクティビティの「画面上で指定」では、上位コンテナーとして縦方向の画像すべてを含むエリアを指定しました。

上から4個目まではダウンロードできましたが、

5個目で下記のエラーを出力してワークフローが異常終了しました。原因は何でしょうか?
“HTTP request: The syntax of the file name, directory name, or volume label is incorrect.”

参考までにワークフロー画像を添付します。

@gorby

The error is because invalid characters in the generated file path
for example ( * \ / : * ? " < > |) these characters.

It may inlcude : it may include characters like ?, :, or /.

Regards,
Rajesh Rane.