Forum Discussion
przos
8 years agoFrequent Visitor
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...
- 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
v-jiascu-msft
Microsoft Employee
8 years agoHi 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