Sorry because I have posted this topic one more time.
I have the excel file which contain product models. Some products not available on the website. I want to highlight the row on excel file each search product on the website and appear the text as below picture.
I have made a XAML to check if that text appear, but I don’t know how to highlight the row on excel file
hello @trunghai
If you want you can add color to your rows if the text is not found in excel file using Set Range Color Activity
By setting Its input (if you want red color)as this system.Drawing.Color.Red
and set the range dynamically
You are assigning rowcount as 2 using assign activity and than incrementing it so when your flow is running it’ll always assign row count as 2 whatever the incremented value be…
Remove that assign acitivity and assign it some where out side the loop