Hi Experts,
I am working on the scenario like to remove the user details who joined greater than current month.
For eg : Assume that few new joiners are gonna join on December 1st 2024 , but current month is November . So in that case we have to remove that employees from our excel lists. We can keep whoever joining until Nov 30th 2024 . Both Month & Year filter we have to apply here.
Joining Date format in the file : 26-04-2011 (dd-MM-yyyy)
I have tried to create the flow but it is giving blank result.
Input :
last row should remove from the list (as per the logic , this employee will join only on December - Next month , so we should remove this row based on the joining date - dynamic)
FLow :
int(formatDateTime(item()?['Joining Date'],'MM-yyyy'))
Please help to achieve this..
Thanks
DK