Thanks in advance.
I believe you would need to check the current date is equal to the Join Date. If so, you could check the below Expression :
CDate(DateOfJoin).ToString("dd-MMM").Equals(Now.ToString("dd-MMM"))
Here, DateOfJoin
is for now assumed to have the date value in String format, it can be adapted to the For Each Row activity as well by assigning the row value.
Let us know what exactly is your requirement if the above doesn’t satisfy the need.
3 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.