hi,
a have a looping from excel to the share point, i need select one date from the excel in the share point calendar option, how ca i do this?
the option populate %ExcelData% not working to this field.

hi,
a have a looping from excel to the share point, i need select one date from the excel in the share point calendar option, how ca i do this?
the option populate %ExcelData% not working to this field.
sharepoint date column expects date in a specific format ..so if it is not matching it would jot work..so use conveet date time activity and then populate the converted date..ideally it needa in iso format
action "Convert Date Time Format"
Cheers