I think I found a bug when working with the Outlook Task connector in PowerApps.
I want to show all my taks inside a gallery, but I can't get the due date or start date to display any value.
My setup is pretty simple:
Gallery.items = OutlookTasks.GetAllTasks()
Subtitle1.Text = Text(ThisItem.DueDateTime.DateTime, DateTimeFormat.LongTime)
No matter what format I try, the Text is always blank.
Any ideas?

Report
All responses (
Answers (