I have a Calculated-type column in a Sharepoint custom list set to:
=DATE(YEAR(lastServiceDate),MONTH(lastServiceDate)+maintDuration,DAY(lastServiceDate))
WIth `Date and Time` set as the results in the column settings.
I'm collecting it in PowerApps with `ClearCollect(colName, sharepointList)` (nothing special)
The calculated column is populated in the Sharepoint list but remains blank in the collection.
Is this a known issue or..?
Thanks