How to combine these two fetch requests?

How to combine these two fetch requests?

  1. fetch  =  Add_Group  [Name == input.Group];
  2. input.Group_Manager = fetch.Group_Manager;
  3. fetch =  add_contact  [Name == input.Name1];
  4. input.username = fetch.username;
I need to combine those to so that I can acutally script them as I can only define one "fetch" task.
 
Thanks,
Michael McNeill