Forum Discussion

jnixon's avatar
jnixon
Advocate II
6 years ago
Solved

how to pass multiple optional parameters to a custom function?

I've experimented, but I have not come up with a solution for this scenario: My Custom function accepts three parameters, the last two of which are optional. I want to pass parameters one and three ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Make sure that your second argument has no type. You will then be allowed to pass a null value as the second option.