I have been trying to modify the onboarding tasks power app template. I am running into issues with the MyOutlookTasks. Then I view the collection in the collections preview section i see a column for DueDateTime, however, when I try to add DueDateTime to a field in my gallery it is unable. Other dates like LastModifiedDate and CreatedDate are available, but not DueDate. The end goal is to add a field to the app for the user to enter in the DueDate.
Since I dont have to have it displayed in the gallery, I even tried to just add it to the next screen. When a user clicks on the '...' it opens up the task screen. On the button click I was able to select ThisItem.DueDateTime, but when the task screen opens it says error in my date picker: The property expects datetime values, but this rule produces incompatible Record values. Again if I chose LastModifiedDate, it works fine.
Any help is appreciated. If I can get this its good to go.