mismatched script arguments?
Error during execution
An error occured, please contact the app author.
error during execution of the script: expected 1 parameters but got 2
6 Replies
there is not enough information in what you're showing
show the actual run from the Debug Runs, you will have the args and query there
There is clearly 2 params, I'm passing them, I'm not entirely sure where is the misunderstanding between me and wmill 😛
the funny part is this was working perfectly fine friday D:
your query is wrong
and so no since friday you've changed the query
and the error message is correct, you're passing 2 parameters but your query is using only one
and name ilike '%$2%'
that's not doing what you think it is doingokay so what's the correct way to write that?