You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In WorkFlow, when using the "Run in batch" feature to load image files from a URL, an error notification appears stating {param} in input form must be a file.
It appears that with the "Run in Once" and "Test Run" features, images are retrieved from a URL string before execution occurs. Shouldn't the same process be applied when receiving URL strings from a CSV file in the "Run in batch" mode?
I wasn't sure if I should open an issue for this behavior, and because I was unable to reproduce it on the local server due to another strange problem, I'd like to deepen my understanding through discussion.
2. Additional context or comments
Below are the steps to reproduce:
In the "INPUT FIELD" of the "START" block, add a variable with the following settings: FIELD TYPE: Single File, Support File Types: Image, Upload File Types: URL (or Both).
Add an "END" block to ensure that the workflow functions correctly.
Publish the workflow.
From the "Batch Run App", select "Run Batch" and execute using a CSV file that properly contains a URL.
A warning toast appears stating "{param} in input form must be a file".
I don't have enough details to tell if it's exactly the same behavior, but it seems to be closely related to #4557.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In WorkFlow, when using the "Run in batch" feature to load image files from a URL, an error notification appears stating
{param} in input form must be a file
.It appears that with the "Run in Once" and "Test Run" features, images are retrieved from a URL string before execution occurs. Shouldn't the same process be applied when receiving URL strings from a CSV file in the "Run in batch" mode?
I wasn't sure if I should open an issue for this behavior, and because I was unable to reproduce it on the local server due to another strange problem, I'd like to deepen my understanding through discussion.
2. Additional context or comments
Below are the steps to reproduce:
I don't have enough details to tell if it's exactly the same behavior, but it seems to be closely related to #4557.
Beta Was this translation helpful? Give feedback.
All reactions