I9 Generation FAQ's

File data vs reference: https://documentation.decisions.com/docs/file-type-overview File Data is used in flows and does not persist when a flow ends. File reference is stored and can be referred to after a flow ends. File References provide a way to access a file through a Flow or process without loading the File data within the Flow memory. Instead, the file will be stored and accessed within the FileStorage, increasing efficiency by reducing the amount of data accessed by a Flow. This is advantageous over FileData for large files, as the file does not need to exist in memory to be utilized.

How to store a file (i9 pdf) in a decisions folder: There is a number of ways to store the files in a decisions folder. For this project we are using "load from file data" to convert file data into file reference. Then using "create entity from file reference" to create and store the file reference.


Sign In or Register to comment.