Forum Discussion

przos's avatar
przos
Frequent Visitor
8 years ago
Solved

1 arguments were passed to a function which expects 3. Query step not working for if statement.

Hi, We have got a solution where in one of the steps 'if' statement takes a current date and translates it to sprint number. It checks the current date versus what is in the code.   The erroneou...
  • v-jiascu-msft's avatar
    8 years ago

    Hi przos,

     

    The #date("2018,12,19")  should be #date(2018,12,19). The double quotes make the three parameters as one. Please check it and try again.

     

    Best Regards,

    Dale