How to combine these two fetch requests?
- fetch = Add_Group [Name == input.Group];
- input.Group_Manager = fetch.Group_Manager;
- fetch = add_contact [Name == input.Name1];
- 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