Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions?
Ask here!
Probably the shortest Iterative macro I ever wrote. Couldn't stop myself from doing this with a boolean for Locker_Open: IF MOD([Locker_Number],[Engine.IterationNumber]+1) = 0 THEN ![Locker_Open] ELSE [Locker_Open] ENDIF