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!