Hi,
I am requesting help to resolve my problem.
I have a List in Excel with dates, but they are not all the same, so I must use two conditions and with that I can correct and get it to a date format, but I don't know how to put these two conditions in my flow and have it reflected in my Html Table
Two Conditions
split(item()?['Fecha Publicacion'], 'T')[0]
split(item()?['Fecha Publicacion'], ' ')[0]