Hello,
I created a simple list to fill with vacation requests. I have 3 simple columns: one is to write the type of vacation and 2 that I use for start and end date.
Now, I'm trying to create a workflow with Microsoft Flow and when I fill a new item in the list the flow starts and send an email to the manager: the flow service, at this time, has only US locale formatting for date and time so my mail is not, say, well formed (I am in Italy).
A little workaround that I can use is to pass to flow service the date and hour converted as string, so I thought to create 2 hidden columns that I can fill with date and hour converted to string.
I'm quite new to Sharepoint so I ask for help: I have seen that I can create a calculated column and found a formula to do this conversion, but when I apply the formula I obtain the an error.
Say that the field is DateFrom, so I found the formula =(TEXT[DateFrom], "dd mm yyyy") but I have an error when I try to create the calculated column with this: could someone help me to understand why I have an error?
Hope someone can help me.
--
Regards
Marco Mangiante