I have a stored procedure that has three values but I only want to provide the first value and the others which are dates need to be null how do i do this using ActionProcedures
That's not possible at the moment, at least not with the standard template. If you alter the template (i.e. use a different one) you can alter the template to accept solely method parameters of type object.