Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

How to iterate through an array and grant access to folders?

(0) ShareShare
ReportReport
Posted on by

I'm getting an input for a list of countries (say) from Forms and I wish to use that list and dynamically grant access to folder with those country names. Is there an automated way of doing it? I'm currently creating a long list of if-else statements and manually entering folder IDs there.  

  • DamoBird365 Profile Picture
    8,942 Microsoft Employee on at
    Re: How to iterate through an array and grant access to folders?

    Hi @gauravsbhardwaj 

     

    You could either use a list to store the countries and paths and perform a filter or simply create an array in your powerautomate with countries and paths, i.e.

     

    {

    "france":"/shared docs/france",

    "germany":"/shared docs/germany",

    "uk":"/shared docs/great britain",

    "USA":"/shared docs/US"

    }

     

    You could then retrieve the path by country key.

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
    Cheers,
    Damien


    P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1