Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Sequence not working in collection

(0) ShareShare
ReportReport
Posted on by

Hi experts!

I made this:

ClearCollect(sequenceFROM, Sequence(CountRows(MyCollection),0,2));

ClearCollect(Sequence1, Sequence(400,50969200,1));
ClearCollect(MASTERLIST,{FROM: sequenceFROM, Value :Sequence1})

 

But I get this:

Kepcla_0-1698164211486.png

I need to achieve this: 

 

Kepcla_1-1698164369694.png

Appreciate a lot your help!!

 

 

 

Categories:
  • Kepcla Profile Picture
    on at
    Re: Sequence not working in collection

    Hi Warren I appreciate a lot your guidance, it works!!

  • Verified answer
    WarrenBelz Profile Picture
    146,547 Most Valuable Professional on at
    Re: Sequence not working in collection

    Hi @Kepcla ,

    The fundamental issue is that you have a different number of items in those two tables, therefore even if you could Ungroup them, they are not going to look like your example. This produces something like your requirement and may give you a start on the direction required. 

    Clear(MASTERLIST);
    ForAll(
     Sequence(
     400,
     0
     ),
     Collect(
     MASTERLIST,
     {
     FROM: Value * 2,
     Value: 5096920 + Value
     }
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,547 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard