Hi Guys,
Hope you are fine, I’m facing an obstacle, I’m trying to clone few items in a list to be cloned one by one, I’ve tried many ways “for each item j”, “count with I”, and “repeat until” but the result is the same is getting the first item cloned and repeated by the number of items in the list. the required is to get the remaining items cloned in a sequence.
I want to tell that when I get the data to be cloned directly from the cloud list it comes item by item cloned, but it takes much time to appear but when I get the data to app variable list then ask cloning these items it repeat the first item.