web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Browse a list for each...
Power Automate
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!

Categories:
I have the same question (0)
  • VictorIvanidze Profile Picture
    13,081 on at

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

  • Verified answer
    Hii_iii Profile Picture
    691 on at

    resolved

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 419

#2
Vish WR Profile Picture

Vish WR 314

#3
David_MA Profile Picture

David_MA 260 Super User 2026 Season 1

Last 30 days Overall leaderboard