Finally, we want to be able to select dates by tapping on them. Remember that all controls in PowerApps have an OnSelect action that is executed when the control is tapped, and we will use the OnSelect action of the TextBox to update some Context Variables in this case....
"message": "An error occurred while validating input parameters: Microsoft.OData.ODataException: Cannot convert the literal '2018-07-31T00:00:00.0000000Z' to the expected type 'Edm.Date'. ---> System.FormatException: String '2018-07-31T00:00:00.0000000Z' was not recognized as a...
Finally, we want to be able to select dates by tapping on them. Remember that all controls in PowerApps have an OnSelect action that is executed when the control is tapped, and we will use the OnSelect action of the TextBox to update some Context Variables in this case....
Then set the Visible property of your new circle inside the calendar to something like the following: DateAdd(_firstDayInView,ThisItem.Value,Days) in Filter(LoginHistory, UserId = "myId").LoginDate NOTE: You might need to do some string / date manipulations to convert the LoginDate field ...