Debug Issue - Beginner Help

Hi all,
I need help to solve this RPA Developer Foundation Course Question, which requires me to solve it using Debug.
When I run the workflow, I can manage to get the values from Generate Name Web, but I am unable to paste them into the RPA.Challenge Web. My workflow will end smoothly without error, but it seems to complete bypass the workflow on pasting values in RPA.Challenge.

Please help. Thankyou so much.

My WorkFlow:
Practice_1_Exercise_Debugging_and_Exception_Handling.zip (49.2 KB)

Your iteration counter is defined twice in the workflow: once as a string and once as an Int32.

1 Like