C2LC-609: New loop is displaying iteration number of previously created loop

Metadata

Source
C2LC-609
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Michelle D'Souza
Created
2022-02-24T14:13:34.135-0500
Updated
2022-02-24T14:49:25.478-0500
Versions
N/A
Fixed Versions
  1. Coding Env 1.2
Component
  1. Coding Environment

Description

Steps to reproduce:

  1. Add a loop and change the counter to 5
  2. Add another loop before the existing loop

Expected

Loop counter should be 1

Actual

Loop counter is 5