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 am uploading .csv file via n8n form and extracting its data with extract from file node. Once extraction gets completed i am checking if .csv file rows should not exceed 10 rows. I am using IF command to check if {{ $("Extract from File").all().length }} Greater than 10 then navigate to n8n form to ask for resubmission of file again. if I try to upload .csv file continuously for 2 -3 times , n8n form gets stuck.
What is the error message (if any)?
No message. Stead of n8n form displaying normal fields that asks user to upload .csv file it says form submitted successfully.
Describe the problem/error/question
I am uploading .csv file via n8n form and extracting its data with extract from file node. Once extraction gets completed i am checking if .csv file rows should not exceed 10 rows. I am using IF command to check if {{ $("Extract from File").all().length }} Greater than 10 then navigate to n8n form to ask for resubmission of file again. if I try to upload .csv file continuously for 2 -3 times , n8n form gets stuck.
What is the error message (if any)?
No message. Stead of n8n form displaying normal fields that asks user to upload .csv file it says form submitted successfully.
Please share your workflow/screenshots/recording
The text was updated successfully, but these errors were encountered: