Hi, I want to run the loop in HTL with some condition like if my data size is 3 ( less than 3) it should run 1 time or if data size is 6 (in between 4-6) ,it should run 2 times and so on for this i have written a loop that run with the size and inside that i need to put up a condition which return...