Username and password validation in Uipath apps

i am trying to validate my login page in UIPATH APPS with multiple username and password, but i am getting only last username from the studio process.

“Sequence in the studio running correct and iterating all data from excel” but after publish and importing argument its get only last cell data in uipath app.
is there any method to iterate all data one by one and validate ?
from

@Jsaroj,

You can’t have a loop into Apps right now. you can validate one by one so I would say pass one user id and password from Apps and then validate it into UI Path process.

Thanks,
Arvind

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.