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 : B66JVDbqdB3DNmm3jlkGXE
Power Apps - Building Power Apps
Answered

HTML Box Grabbing data with BrowseGallery1.Selected.......

Like (0) ShareShare
ReportReport
Posted on 12 Dec 2022 11:12:50 by 24

Hi

I'm still quite new to PowerApps but trying to improve the Apps I'm making for my company. 

 

I'm using an HTML box to grab information selected within my app to produce a PDF.

 

Everything works fine other than trying to grab the data for 'Parts used'.

 

'Parts Used' is of type: Choice in MS Lists that allows multiple selections. 

 

'Parts Used'.Value doesn't work, the data doesn't come through and I get the red wavy underline at the .Value.

 

What does work is: 'Invoice Required'. This is of type: choice, without multiple selections. (as it's a yes or no answer)

 

'Invoice Required'.Value does work.

 

powerapps shot.png

What would be the correct keyword to use at the end of 'Parts Used'? I believe the multiple selections "allowed" is causing this issue. 

I have the same question (0)
  • jlucas Profile Picture
    24 on 12 Dec 2022 at 14:52:29
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    @cha_cha Brilliant, after saving and going back in it worked. Thanks!

  • Verified answer
    cha_cha Profile Picture
    4,932 Moderator on 12 Dec 2022 at 14:35:49
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    Hello @jlucas 

     

    The code that I should give should work

    Concat(BrowseGallery.Selected.'Parts Used',Value,",")

     

    I was able to simulate your error and the solution was to refresh your data source a couple of times. Or save your work and close and open it again.

    cha_cha_0-1670855728618.png

     


      ✔️
    Just in case my response helped you solve your problem, please mark/accept this as a SOLUTION This helps community members if they experience a similar issue in the future.

     

      🔗
    🕸bistek.space  🐦 @cha_bistek  📺 @BisTekSpace 

     

     

  • jlucas Profile Picture
    24 on 12 Dec 2022 at 14:22:16
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    I'm Using Microsoft Lists. The column is Type: choice, with Allow Multiple Selections as yes

  • cha_cha Profile Picture
    4,932 Moderator on 12 Dec 2022 at 13:56:45
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    What data source are you using?

  • jlucas Profile Picture
    24 on 12 Dec 2022 at 13:51:57
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    Hi, thanks for helping out but that hasn't solved the problem.

     

    Maybe the issue is the argument at the end but the expected options on the tooltip don't work either.

    20221212_134357~2.JPG

  • cha_cha Profile Picture
    4,932 Moderator on 12 Dec 2022 at 11:52:45
    Re: HTML Box Grabbing data with BrowseGallery1.Selected.......

    Hello @jlucas 

     

    You can use the Concat function for that multi-selected choice.

     

    Try this code: 

    Concat(BrowseGallery.Selected.'Parts Used',Value,",")

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading started