How to iterate values of array using for each activity

Hii Guys …I need your help
MobileNames={“iPhone”,“Realme”, “Samsung”}

This is array variable,
I want to iterate this array variable to access one by one value … Using for each
Open Amazon site then in search box type above array values one by one…

Cheers

@Sanket_RPA

Use a for loop and provide the inargument as MobileNames and then change type argument to String

Now inside loop currentitem will give you each value for each iteration

You can use open browser or if already open attach browser and search for it

cheers

1 Like

Thank you so much Anil Sir​:blush::blush::blush:

1 Like

@Sanket_RPA

Happy Automation

Please mark the solution and close if resolved so that others also can get help

cheers

1 Like

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