Can someone help please
I want to get details of product A,B,C,D separately with other details. And send a mail to respective product separately in a readable way
Whiel reading the excel you can set the range from row 3. It will help to get all yhe required data.
Then you can loop through the datatable and get each column values using the index of column like CurrentRow(0).Tostring will give you the color column.
Thank you @Rahul_Unnikrishnan
I am basically really new to UIpath. how to get the values separately for A and Separately for B etc. Do we have to group or something. Is there anything like that in UI path activities
Please help me
Dear @Rounak_Kumar1
Thank you so much. It was so valuable, for a starter like me and encouraging me as well.
If the Number of columns under âProduct Marksâ not fixed, then how will it go. Hope u understand what I say. If we are developing it to be used by anyone, one can give the file with ABCDEF columns (âProduct Marksâ ) and another one can give the file only with ABCD columns. Is there a way that we can loop this number of columns without fixed.
Also can we use just one output table write âAâ details to that and then send those details in a mail with a readable format and then after that to get the 'Bâs details and go like wise until it reaches end (till all âProduct Marksâ columns are finished.) Is it a good way.
Hope you will help me to figure out this as well. Now wondering how to do this
Once the output is fine I actually I have to learn from the beginning how to format the details as well.
Please go through this Updated one. UpdatedOne.zip (10.4 KB)
Note: Please donât delete the Sheet 2 data As we keep this Reference because this is constant column(Creteria,Value) and In sheet 1 you can add multiple column like D,C,E,FâŚso on I made it dynamic
Please let me know, You got the output As Expected or not
Thanks
I am Going column by column In a Data Table.
and Iterating them
You can see here
OutDT.DefaultView.toTable(true,item.columnName)
Item.columnName- i am going through each column
If you are getting the Expected Output. Please Choose the Appropriate Solution.
and close this thread so it will help to others as well.