As was touched on by the Wizard above, it looks like it may be a slight problem handling your variables/functions. If the function sendRequest expects a parameter, being the ID number for the next action, then having the prev and next functions perform "return MyCurrentVar;" as their last action will fix that. If the function sendRequest accessed MyCurrentVar directly, then it ...