Flow Resolve Folder Name To Id Action
The Flow Resolve Folder Name To Id Action node performs a "contains" search across all folders in a project based on their names. It returns the results as a JSON array string, with each element formatted as folderName_folderId
.
For example:
["export-socialmedia_11", "export-playout_12"]
Configurable Settings
Ip The IP address of the Flow server
Username The username for authenticating with the Flow server
Password The password for authenticating with the Flow server
Flow Version The version of the Flow server in use
Project id The Flow project the asset belongs to
Folder name The Flow folder name
Please pay close attention to the information regarding the node refactoring introduced in version 4.10.0 onward.

Last updated