Skip to main content
Nintex Community Menu Bar
Solved

Access holiday dates in Workflow

  • May 23, 2024
  • 2 replies
  • 80 views

Hey everyone. I know that in the site settings you can set holidays for the Nintex settings. Nintex can use these dates to skip past them for task reminders. But what I am looking for is accessing these holiday dates directly in Workflow, or instance through a condition. Say I have a Date and Time variable var_Date, I would like to be able to have a condition that checks if var_Date occurs on a holiday or not. It seems very simple, but I haven’t been able to figure it out. Anyone have a clue how to do this in a simple way for Nintex on Sharepoint 2019?

Best answer by SimonMuntz

Hi @BobR,

I think the easiest way to do this would be to have a list with the holiday dates and query the list to see if the date exists on the list.

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • May 23, 2024

Hi @BobR,

I think the easiest way to do this would be to have a list with the holiday dates and query the list to see if the date exists on the list.


  • Author
  • May 27, 2024

Thanks. I was hoping to be able to link it directly, but I suppose that will have to do.