Hello.
I have the specific question.
If today = saturday then execute o make specific activity.
How can i make that?.
Thanks.
Hello.
I have the specific question.
If today = saturday then execute o make specific activity.
How can i make that?.
Thanks.
Hi,
Hope the following helps you.
Regards,
Hello.
It’s works . Thanks .
I have two conditionals .
Can you help me ?.
Hi,
Can you try the following condition?
If today = the last Sunday of the month .
Today.DayOfWeek=DayOfWeek.Sunday AndAlso Today.Day> DateTime.DaysInMonth(Today.Year,Today.Month)-7
If today = the 5 of the month .
Today.Day = 5
Regards,
It’s work
Thank you very much
I have the last condition
If file exist then .
How can I make that ?.
Hi,
Can you try as the following?
Or we can also use PathExists activity and set its return value as condition of If.
Regards,
Excelent.
Thank you very much
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.