
Announcements
HELLO TECHIES
This is really very bad experience for me working with MS flow data processing from Excel to SharePoint specially dates column.
I have across 20 date columns in single list and I am trying to just copy data from excel sheet to my SharePoint list tried many possible ways
1. tried IF(empty(),formatDateTime(),'') expression with many possible ways but expression fails for Null values.
2. tried actions condition for check null values even faced null values error and for formatDateTime() fails for 'dd/MM/yyyy' format its only need ISO format.
3.I had applied ISO format it self into excel action but still for few columns getting number formatted date values.
to resolve this issue don't know what i have to do now. experts and techies community kindly reply.