Hi Shreyans,
Thanks for your reply. I have already tried in that way. But in this, I have to set the collection manually for each loop. If I take your example, For First loop I have to set the collection as ""Emp Details"", in second loop the collection name will be ""Emp Details.Data"" and so on. But if ""Emp Details"" having 100 or 500 collections inside it then what I do?
So to make the process dynamic, first I need to check if the current collection having any internal collection or not and if it is so then it generates its path. And the path will be the next input collection for the next loop. So if there is any way to check these conditions or you have any simpler way to do it, the please let me know.