Categories
DeepOpinion Tips and Tricks

Function Node

The Function node excels at data transformation, allowing you to manipulate information flowing between other nodes in your workflow. Whether you need to restructure data formats, perform calculations, or apply custom business logic, this node serves as your primary tool for implementing bespoke functionality.

Categories
DeepOpinion Tips and Tricks

Processing Items with Multiple Attachments in DeepOpinion

To process items where, for example, item 0 has 2 attachments and item 1 has 3 attachments, you need to “explode” each item’s attachments so you can handle each file individually or in groups, depending on your workflow’s needs. Here’s a step-by-step approach based on community best practices and real-world workflow examples: