Hello,
I have a sharepoint list with a "DueDate" column (format Date only no time) which I want to display in the gallery. I want the user to be able to see the due date for the task.
I have tried a label box with the following
ThisItem.DueDate
and
Text(ThisItem.DueDate,"dd/mm/yyyy")
I am getting a message "this item uses scope, which is not presently supported for evaluation."
Any ideas why the date is not displayed?