List of All Designer Folders in a Folder

List of All Designer Folders in a Folder

Comments

  • Is there a Flow Step to list all designer folders with in a folder?

  • You can do this with a fetch entities step.

    The type you can define is Folder and you will see parent folder Id as an input you can provide. This should spit out all folders with the same parent folder Id. You can set additional criteria using this step to limit the results.

  • Great! Thanks. I organize things by putting related designer projects in a single folder . This way i can give a single folder id for the parent and capture all of the unit tests in the children.

Sign In or Register to comment.