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!
Solved! Go to Solution.
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.
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.
Thank you Gareth! I appreciate the help, I just started my first app.
Happy coding, and enjoy the journey! 😁
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
86 | |
71 | |
69 | |
66 |