Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Browse a list for each level

(0) ShareShare
ReportReport
Posted on by 691

Hello, I am new to the Power Platform and I would like to create a Power Automate flow that does exactly the same as this java code:

import java.util.*;

public class Main
{
 public static void main (String[] args)
 {
int NombreDeNiveau = 10; 

List<String> SousFiliere = Arrays.asList("Beurrerie44", "Beurrerie29", "Creperie");

for (int nombre =0; nombre <= NombreDeNiveau; nombre++) {

 for (int i = 0; i < SousFiliere.size(); i++) {
 System.out.println(SousFiliere.get(i));
 }
}
}
}

 

But after many tries I still can't. Could you help me please :(? Thanks in advance!

  • Verified answer
    Hii_iii Profile Picture
    691 on at
    Re: Browse a list for each level

    resolved

  • VictorIvanidze Profile Picture
    12,465 on at
    Re: Browse a list for each level

    It looks like a student's task. What exactly does this piece of code?

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492