You could use the "On animation ended" condition for that.
Thank you, I ended up going with a Timer. On this specific example, animation ended would have worked too, but I thought there may be a more generalized way to loop things that I could learn for good practice. For example, creating a moving platform so that it moves left for 1 second, then moves right for 1 second, then repeats. Would a timer be best there?