Hi All,
How to store all value in one variable so that we can match that value in Excel table.
i am attaching my code snippet and error as well.Code snippet.docx (55.3 KB)
error
Any help will be appreciated.
Hi All,
How to store all value in one variable so that we can match that value in Excel table.
i am attaching my code snippet and error as well.Code snippet.docx (55.3 KB)
error
Any help will be appreciated.
Could you please elaborate your query… !
Hi @ManiPrajwal_K
yes,
Actually i have one table which contains lot of column like initials, name and dept etc, i need to scrap the text value of each column and store it in one variable.
i used get text activity to scrap the text and store it in variable like snames, sinitials etc and then want to make another variable which can hold all the values, so that i can match the value with excel data.but getting the error which is attached.
note- the text is changing for different users
kindly find the codesnipet for your reference.
i am getting error while printing the values itself using message box
You could try the following to get all the values into one variable. However be warned I am unsure if matching this against a excel table will work as you intend:
FullVariable + " " +row(count).ToString
This will put all the datatable into one string variable with no spaces in-between. If I was misunderstanding the query please let me know and I will try and guide further. Again just a warning, I am unsure of exactly what you are trying to achieve with this but it may not work as you wish.
Hi @JosephNehl ,
Thanks for replying.
Thanks
Rakesh