Dynamically call a previous value

Thanks @samliew ! This helped in being able to call the values separately in the HTTP module, but is it also still possible to have them run ‘sequentially’?

The purpose is, that ‘run1’ executes first, searches for someone and if it doesnt find a person (i.e. the end of the execution did not set a variable for contact person 1), then ‘run2’ executes. Similar to how the repeat module would go through something sequentially :slight_smile: