Hi @Valigatla_Revathi How are you?
Try do it below:
- create a variable as DateTime, such as “parseDate”
- Get your date that you want to convert
- use this expression in the IF activitie “DateTime.TryParse(dateString, parsedDate)”
- This expression will try interpret date in various format
- use the assign activity with this command: newDateFormat = parsedDate.ToString(“dd.MM.yyyy”)
I hope it works to you ![]()