cancel
Showing results for 
Search instead for 
Did you mean: 

Check Date in Blue Prism

Lily.L
Level 5

Hi guys,

I want to use Blue Prism to check what date today to run process.

My idea is if Wednesday - Yes - Get file A to work on. Otherwise, No - Get file B to work on.

I have used the IsDate function but seems like it doesn't work. 

Can you please help me with this? Many thanks!

12271.png



------------------------------
Mia Mikela
------------------------------
1 BEST ANSWER

Best Answers

John__Carter
Staff
Staff

Try this decision

FormatDate(Today(), "dddd")="Wednesday"



------------------------------
John Carter
Blue Prism
------------------------------

View answer in original post

3 REPLIES 3

PvD_SE
Level 12

Hi Mia,

Sometimes, the answer is right on this forum:

https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&MessageKey=fb33b287-059c-4b84-8426-badc8a0f5288&CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&tab=dig...

Google on 'blue prism dayofweek' to get more links like the one above.

------------------------------
Happy coding!
---------------
Paul
Sweden

(By all means, do not mark this as the 'Best answer'! )
------------------------------

Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)

John__Carter
Staff
Staff

Try this decision

FormatDate(Today(), "dddd")="Wednesday"



------------------------------
John Carter
Blue Prism
------------------------------

Thanks guys!



------------------------------
Mia Mikela
------------------------------