
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?
Hi,
Thanks for reporting this.
There is no data returned for the
ThisItem.DueDateTime.DateTime
within PowerApps.
when trying:
IsBlank(ThisItem.DueDateTime.DateTime)
The result is true.
This is a issue with the connector under PowerApps, I will report it through my side.
Besides, the
ThisItem.CreatedDateTime
Works for the creating time.
You may consider to workaround this through Microsoft Flow.
Regards,
Michael