I need to print the day name (Monday, Tuesday, Wednesday, etc) of the last day of the current month. Is there a way to do that in ScenarioBuilder?
Yes, you can add to actions to your scenario that will get you what you are asking for:
First, add a “Set Date Variable” action with a name, “dddd” format and empty value.
Second, add a “Date Functions” action and specify your variable name and “LastDayOfTheMonth” Function.
Whenever you type the variable value, you will get the day name of the last day of the current month.
2 Likes