Announcements
Has anyone experienced a similar issue?
I’ve built a form using Canvas that feeds directly into my SharePoint list. It works perfectly in North America, but users in other regions (e.g., Egypt, UK) have reported an error when clicking Submit:
Artwork Request Form failed: The string was not recognized as a valid DateTime. There is an unknown word starting at index 1.
Any guidance or suggestions would be greatly appreciated!
DatePicker.SelectedDate
If your SharePoint column is Date only, you can just use:
DatePicker1.SelectedDate
If( Value(DatePicker1.SelectedDate) < 1, DatePicker1.SelectedDate, DateAdd( DatePicker1.SelectedDate, -TimeZoneOffset(), TimeUnit.Minutes ) )
If( IsBlank(DatePicker1.SelectedDate), Blank(), DatePicker1.SelectedDate )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290