I have a date field in SharePoint but when I pull the field into my app, it is coming through as a text card.
When I was pulling the same field from an OneDrive Excel document it came in as a DateCard.
Thoughts?
Solved! Go to Solution.
Hi,
Kindly make sure you have date format in SharePoint also. Generally, In form view mode date show as text data care however when you will check its datatype from the field it will reflect as date and in edit mode also it will change in calendar form.
Hope it will help.
Thank you. I have confirmed that my SharePoint data point is formatted as calendar date and time.
Here is what it doesn't like about my card:
DataSourceInfo([@DDD_List], DataSourceInfo.MaxLength, "Date_Of_Event")
It's telling me that "maxLength" isn't valid for my column name.
I was able to solve this.