Scenario:
Want to Sign up for 100 new user's in a sample application.
I am passing the inputs from excel sheet such as Name, Email, Contact Number.
My Design:
Start --> Get input from sheet and save it in collection --> Loop Start --> Name, Email,Contact Number--Loop End--End.
Queries:
1. How to pass the inputs from collection to application for 100 users and also Please let me know how it can be resolved using code stage.
2. Is there any possiblity to achive parallel excution for the above scenario using multiple BOT ot multiple process?
Please provide your valuable comments.