Allow Forms driven dynamic destination folder in Relay Folder Action
In Box Relay, the Folder Create outcome requires selecting a fixed destination folder. While Forms data can be used for folder naming, it cannot be used to dynamically set the parent folder (for example, from a submitted Folder ID field).
Allow Relay to set “Where should the folder be created?” using a variable/token from trigger data (e.g., Box Forms field), including support for folder ID and optionally folder path.
This limitation forces teams to build custom middleware/services just to translate form input into folder creation logic. Native support would remove extra engineering overhead and enable fully no-code workflows for common intake scenarios.
Example use case -
Form field: ParentFolderId
Form field: NewFolderName
Relay action: Create folder where parent = ParentFolderId, name = NewFolderName