Skip to main content
Question

Box folder creation in salesforce

  • June 24, 2026
  • 1 reply
  • 90 views

I have followed an article to automate the creation of folders within BOX, it all works as expected, article Box + Salesforce Flow Tutorial. Happy Cloud Content Summit 2023! If you… | by Alex Novotny | Box Developer Blog | Medium

 

What we would like to do is create some parent folders based off of the records details, but I am unsure as to how to go about this can anyone point me to reference material showing this?

Ideally we’d like to have a folder structure like

Main account - Main Account Number

----Products

--------Template folders copied

 

1 reply

  • Box Employee
  • June 24, 2026

So you can use the Flow action ‘Create Folder For Record ID From Template’ to copy a template. To get the folder ids to assign to child records you can use GetFolderContents after the copy is made.