I am creating an automation to run in SAP ECC, a form will trigger the automation, and I am having difficulties with a Date field.
In the form, I added a Date type field; In the automation, I added the field as input; However, I have an error, in SAP ECC, the date format is "dd.mm.yyyy," but the date format resulting from the form execution is "mm-dd-yyyy." How can I convert it using the expression editor?