We are using n8n because we can host it our selves on remote (offline) locations. For one location we would need to lookup the next action from a list:
input-A | input-B | input-C | action
....... | ....... | ....... | ......
Can we store this file in n8n? I saw the ReadBinaryFile action and hoped to supply the file (binary) as property but the hint says it is expecting the binary name - not the content.