Route a Monday.com node that gets an item to the COLUMN BY ID node
-Edit the COLUMN BY ID node, and enter the ID in the first line of code.
To retreive all linked pulses from a Board Relation column:
Route a Monday.com node that gets an item to the GET BOARD RELATION node
Edit the GET BOARD RELATION node to specify the column name.
All linked pulses will be retrieved by the subsequent PULL LINKEDPULSE node
To pull all subitems from an item:
Route a Monday.com node that gets an item to the PULL SUBITEMS node
All subitems will be retrieved by the subsequent GET EACH SUBITEM node
To upload a File:
Repalce the Convert to File node with whatever node you are using to output your binary file data
Enable the MONDAY UPLOAD node
If the destination column is named anything other then the default of "file" - edit the MONDAY UPLOAD node and change column_id:"file" in the first Value field to match the name of your file column