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

Community site session details

Session Id : PdbiWo77MX/vcNq0M0AM3W
Power Automate - Building Flows
Answered

Select Functio

Like (0) ShareShare
ReportReport
Posted on 9 Jul 2020 03:08:33 by 56

Hi all,
I am new to Power Automate and thought if someone could give me a pointer. 

I am using the following to create a CSV table but it is returning an additional 24 rows. I figure it is because the Output of Select 2 have 24 elements (or question), so they are replicating the entire table 24 times. 

How do I prevent this? Thanks .

werdnak_0-1594263970621.png

werdnak_1-1594264029833.png

 

 

  • werdnak Profile Picture
    56 on 09 Jul 2020 at 07:31:23
    Re: Select Functio

    Thanks @efialttes - This works. I overcomplicated the formula 🙂

  • Verified answer
    efialttes Profile Picture
    14,756 on 09 Jul 2020 at 07:24:21
    Re: Select Functio

    Hi!

    I believe you are mappint your Select values directly from 'Get response details' dynamic content right?

    If so, you just need to assign a dummy array as 'Select' input, make sure the array has a single element inside. For example:

    Flow_CreateArray.png

    There are more elegant ways to achieve this but this should make the trick

    Hope this helps

  • werdnak Profile Picture
    56 on 09 Jul 2020 at 06:56:10
    Re: Select Functio

    @efialttes 

     

    I really just want to see one row like this:

     

    werdnak_0-1594277756618.png

     

  • werdnak Profile Picture
    56 on 09 Jul 2020 at 06:54:43
    Re: Select Functio

    hi @efialttes ,

    Thanks for your guidance.

    To begin, I have a Microsoft Form with 19 questions. I created an MS Flow as following:

    Compose - body('Get_response_details')

    Compose 2 - string(outputs('Compose'))

    Compose 3 - split(outputs('Compose_2'),',')

    Select2 - outputs('Compose_3')

    Create CSV Table - body('Select2')

     

    werdnak_0-1594277324371.pngwerdnak_1-1594277363172.png

    The outputs are as follow in a CSV File: 

    werdnak_2-1594277415182.png

     

  • efialttes Profile Picture
    14,756 on 09 Jul 2020 at 06:41:25
    Re: Select Functio

    Hi!

    Select transforms elements from an array, keeping same nr of elements from the input. So, the 24 rows are due to the array currently assigned as input to your Select action block.

    Are all rows duplicates? Do you need just one row?

    Can you provide more details from your Flow design by means of a more detailed screenshot?

    Thanx!

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2

Loading complete