action argument default to another argument?
Trying to use the value passed in one argument as a default value for a second argument. Is there a way? Something like:
I've tried a few variations on the above and keep getting
InvalidArgument
compilation errors from Ash.1 Reply
There is no built in way to do that
you'll need to use a custom change
that kind of thing