Drive Download after loop Fail
When I download a file through only the drive node, it works. But when I try to run everything at once, it doesn’t. it passes error
“Error message:
exec command error: request to pd server code 500 error: Error: Invalid field selection name”
Raian
November 3, 2025, 11:45am
2
Hello! Have you been able to resolve this issue? As we mentioned to you on Discord, the problem was likely due to an incorrect connection of the iterator (using the right connector instead of the upper one).
Many new users face challenges when setting up an iterator. This short guide aims to help you understand this tool and use it effectively.
What is an Iterator?
An iterator is a node that allows you to process selected arrays of data sequentially, one element at a time. These elements can be either JSON objects or JSON arrays.
Setting Up an Iterator
1. Filling in the Data Field
To configure the iterator correctly, you need to fill in the single field “Data to Iterate” with the data you want to…