Function::slots
The Function expression in the first argument of Apply does not provide for any arguments to fill the SlotSequence expression:
Apply[{#1, {##3}}&, {7}]This shows valid arguments for this Function expression:
Apply[{#1, {##3}}&, {7, 8, 9, 5}]