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 / Displaying Twitter Med...
Power Apps
Answered

Displaying Twitter MediaURLs in Gallery

(0) ShareShare
ReportReport
Posted on by 7

Hi All,

I am tryign to accomplish the following:

Twitter Created Date

Tweet Text

Tweet Image

 

I am having issues displaying the MediaURLs image i a Gallery. I am using he following settings:

Gallery -> Items: Twitter.UserTimeline( "theuserestwitterhandle" )

LabelDate ->Text -> Text(DateValue(ThisItem.CreatedAt),DateTimeFormat.ShortDate) *Working

LabelText -> Text -> ThisItem.TweetText *Working

ImageTwitter -> Image -> ThisItem.MediaURLs *Not Working

I get the following error This Item.MediaURLs = This formula uses scope, which is not presently supported for evaluation. | Data type: Table

 

Is there a way to display the associated image to a tweet in Gallery? I am tring to display Twitter messages in a company hub for users that don't have Twitter accounts.

 

Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    GarethPrisk Profile Picture
    2,828 on at

    As noted in the error, the MediaURLs column is a table of the reference URLs for any images in the Tweet.

    You'll need to parse out the table to use the included text as the Image's Image property.

    • If you expect multiple images, then you can consider
      • Embedding a Gallery in the Gallery
      • Items = ThisItem.MediaURLs
        • Add an Image control
          • Image = ThisItem.Value
    • If you don't want multiple images, and only the first
      • Update Image control's property
        • Image = First(ThisItem.MediaUrls).Value
  • DamonBaker Profile Picture
    7 on at

    Thank you Gareth! I appreciate the help, I just started my first app.

  • GarethPrisk Profile Picture
    2,828 on at

    Happy coding, and enjoy the journey! 😁

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 476

#2
WarrenBelz Profile Picture

WarrenBelz 365 Most Valuable Professional

#3
Vish WR Profile Picture

Vish WR 339

Last 30 days Overall leaderboard