Hi Community!
Is it possible to find Nth business day in the workflow?
For example, before begin processing any data in the workflow, I want to check if today is 4th business day, if it is then proceed.
I know with Excel, I can use the formula =WORKDAY(DATE(A2,B2,0),4) but I don't know to use this in Alteryx.
Thank you!