Date format error
- @Erik Beuschau
The Date from string formula uses the regular Date() constructor documented here https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date It only supports a few specified time formats https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#several_ways_to_create_a_date_object From your example , it appears you 're using a european format ( dd/mm/yyyy ) which would not be supported . mm/dd/yyyy does seem to work though