In workflows is it possible to add to a variable as part of a for each loop.I want to check each networks security appliance for an inbound any any rule and then send an email with all the networks in it.In python I would just add to a global list, i...