In webMethods Developer, when iterating through a list using a LOOP construct, the built-in variable that provides the current iteration index is $iteration. This variable automatically tracks the current position in the loop, starting from 0 or 1 depending on configuration. The other options ($index, $count, $ListCount) are not the standard loop index variables in webMethods.