Modify Date Activity Bug

Hi everyone,

I observed an issue with Modify Date Activity and wanted to be shared here (maybe there can be an easy fix):
In short, when I wanted to test the activity logic, I noticed that the date recognized as End Day of the Month isn’t accurate with the real date. It shows 30 August 2024 but in reality the entire month has 31 days. It happens also for March and probably some other months. Any idea why it behaves like this? Thanks :slight_smile:

@QA_Testing

The behaviour is correct as per logic

What you selected is september 18 as input date

And the function you gave is to get last day of month which is september 30

Then the selection is to subtract 1 month…so it exactly got it to 30 Aug…

Cheers

Then I misunderstood the logic of the activity. Had different expectations. Either way, will find another way to get what I’m looking for. Thanks for your response :slight_smile: It can be closed