Iteration within iteration

Hi all,
How can i do data iterations within a main iteration? For example, my scenarios is login and add name and add a phone number .
Now for a person assume there can be multiple phone numbers. So there is a need to looping in the case of phone numbers. How can i achieve this in Katalon? I understand using a for loop and seperate data sheet can resolve this problem? Is there any other solution