App Assets

The Assets Editor is where you manage all media and file resources used in your app, such as images and other uploaded files. It lets you:
Upload files
Use the Drag & Drop area.
Navigate your asset library
- Click on the folder to open it
- Navigate back using the path indicator (e.g., "Root") at the top of the page (below the toolbar)
Organize assets in folders
Add folders and sub folders using the Folder button at the top left of the toolbar.
Use the Asset
Inside the UI Editor
Some components have an Image URL option where you can select your image asset (see Image or Icon UI component).

Inside in Data Flow editor
There are 2 asset related nodes that you can use in the Data Flow Editor.
- Resolve Asset Path: get a full url of your asset
- User Asset File Content: Get the content as a buffer of your asset file

Example
Get a json asset file content buffer, convert the buffer to an UTF-8 encoded string, parse the string as JSON, use a custom function to handle the configuration.
