File Read Node missing?

Hi folks,
File Read Node is missing from the Node list:

I don’t see it any where on the left menu:

Cheers.

The File: Read Node is only available in Edge Workflows, since it’s used to read files from the gateway’s local file system. If you’d like to access a file from Application Files, I’d recommend the HTTP Node to download it to the payload using it’s URL.

1 Like

I see makes sense now. Yes I ended up using the HTTP GET via the node and read the file content.
Thanks.