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 Apps / Output record text fie...
Power Apps
Unanswered

Output record text field shows 'blobmanager' instead of text

(0) ShareShare
ReportReport
Posted on by 241

I'm creating a component that has the user choose an image (using the addpicture control) and select a text option from a dropdown. The component has a custom output property named "Output" of type "Record". Once the user clicks a button in the control to confirm their input, the following code is used to set the output property:

 

Set(output, {
 image:pd_AddMediaButton.Media,
 txt:pd_dropdown.Selected.Value
});

Now this seems to work fine, except for one part: the 'txt' property in the output record shows a text like "appres://blobmanager/046df" or something.

 

Am I doing something wrong? Or is this a bug? If I display the value of "pd_dropdown.Selected.Value" in the component, it does display the proper text value.

Categories:
I have the same question (0)
  • PavanKumar Profile Picture
    479 on at

    Hi @MrNappa ,

     

    this may give you some direction if am not wrong.

     

    https://powerusers.microsoft.com/t5/News-Announcements-Formerly/How-to-upload-Powerapps-Audio-into-sharepoint/bc-p/372771#M706

     

    If this answers your question mark it as verified and give it a thumbsup,

    Regards,

    Pavan Kumar Garlapati

  • MrNappa Profile Picture
    241 on at

    I tried adding two separate output properties to the component instead (one for the image and one for the text). In that case, the text is outputted normally. So I could work around using that. But I'd rather have the output property as a single record, since it's a bit more flexible to add fields to (or remove fields from) without the hassle of having to define (or delete) extra custom properties all the time.


    /edit: so in summary, this works:

    Collect( test, { image:MyComponent.OutputImage, txt:MyComponent.OutputText } );

    but this doesn't:

    Collect( test, MyComponent.Output );

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard