We have a Power Automate flow which reads a CSV File and uses the Business Central Connector to create records.
The CSV File contains a column which stores a date and time. This is in DD-MM-YYYY 00:00 format. In the api we are attempting to assign this to a DateTime field.
It seems the API will only accept MM-DD-YYYY 00:00.
Is there any settings we can amend in Business Central SaaS, or must we amend the date format outside of Business Central?