Skip to main content

Hi! We're currently in the process of organizing all of our reports into folders, and I was wondering—is there a way to move multiple folders at once, rather than having to individually move hundreds of reports?"    

1 件の回答
  1. 2025年4月29日 21:33

    Hi Jasmine, I haven't tried this but it might be worth attempting this with data loader. You can query the reports and their parents, and then use this information to prepare an update file with the updated parentids 

     

    Select Id, Name, Type, ParentId from Folder  
0/9000