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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Browse a list for each...
Power Automate
Unanswered

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,073 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard