Search

Miscellaneous Nodes - FAQs

Articles

  1. Is there a limit on the number of files that the File explorer node can process?
    There is no limit on the number of files read by the file explorer from a folder. It is advised to limit to maximum of 100, as the output will be used for the iterations.
  2. In Validator Node, can I have task nodes in parallel to start execution at same time?
    Yes.
  3. In Rest API node, can I set default values for parameters passed through start node?
    No.
  4. In Rest API node, can I set default values for parameters passed through start node?
    No.
  5. Is there a limit on the number of files that the File explorer node can process?
    There is no limit on the number of files read by the file explorer from a folder. It is advised to limit to maximum of 100, as the output will be used for the iterations.
  6. I need to perform different operations based on file type. How can I identify file type when I work with files/attachments?
    You can use the variable – FileExtension while mapping to IF node and use Actions to check the condition for FileExtension.

    FileExtension == pdf, FileExtension == xls, etc.

    Image description
Did you find what you were looking for?