How to get Last, First Monday of this Month

I would not run processes on the first Monday of every month or on the last Monday of every month. Therefore, on the first Monday and last Monday, we want to implement the process to finish the process immediately when the process is running.

I want to know how to get the first Monday of every month, the last Monday of every month.

Hello, @joonhyunghong. Welcome to our community.

Please check the following workflow._Test.xaml (10.5 KB)

It returns a list of dates(string). The first element of the list is the first monday and the last one the last monday of the current month.

Thanks your help :smiley: