i have an array having multiple keywords i have iterate through each keywords one by one and download some data through a website
Could you please explain more details and are you facing any issue here ?
By seeing screenshot , I am not understanding anything.
@lakshman in the above pic you can see that assign = output1+ouput2+output3
output1 ,output2, output3 are the variables that i have extracted from email body.
now i need to download the data of all variables one by one from a website i am confused about that how to process further to do that
Can you please give me the sample output of individual variables output1, output2 and output3.
@lakshman all these are variables are stock names : EBANK , LFIC, NHAI
@manoj2500 if you mean that you want to capture data from a website, can refer this, use recording to capture data
@jingwang0222 i want to know how to iterate through all keywords that i have in the array
use for each
Hi, can you please share your workflow.
If you have a array of values to search already, you can directly open the website you want to retrieve details from.
Once the web site is open, add a for each loop for the array, and mention target type as string.
Now click on search by mentioning the item from the for loop and retrieve the details you require.