Create folder via passing the values through excel

In the given image, if we click on “Binder Type” and click on “Add Index Section”, folders are created such as “GO” and “CCH”.
The values for folders should be provided via excel.

If we click on the folders such as GO and CCH and click on Add Index Section sub folders can be created.

Depending on the folders we need to create sub folders
For eg
Folder - Go
Sub folder of Go - SFolder1, Sfolder2 and So on.

I want to give this inputs via excel
How should I do it?

User should be able to create multiple folders and assigned sub folders.

Thankyou

Hi,

Just a suggestion, have you used Create folder activity and checked ?

1 Like

Actually this is an application, so we click on “Add Index” then folder is created.

My doubt is to give name to the folder from Excel.

User should be able to give name from excel for Main Folder and its respective subfolder

Thankyou

As per my understanding, you have selector under which the folder has to be created right? you can loop the excel and get the folder names and then you can append that the selector to click the respective folder (i.e create a dynamic selector).

Can you please share the flow?
I was actually planning in this format in excel.

Main Folder | Sub Folder | Sub folder 2|
Go | go1. | Go2
CCH.

I dont know how to loop it