Add the necessary activities to your project. Here’s an example of how you can achieve the desired functionality:a. Use the “Excel For Each Row” activity to iterate through each row in the Excel file.b. Within the loop, use an “If” activity to check if the value in Column A of the current row is different from the previous row. You can use a variable to store the previous value and compare it to the current value.c. Inside the “If” activity, use the “Insert/Delete Rows” activity to insert a new row above the current row. Set the “Number of rows to insert” property to 1.
Configure the properties of the activities as needed, such as specifying the Excel file path, setting the range for the “Excel For Each Row” activity, and defining the conditions for the “If” activity.
I use another StudioX version 2022 10.3 and I cannot update at the moment. I can’t open your project in this version. I’m getting an error:
I tried to re-write it but when I try to write this:
I cannot then find this System.Collections ~~ list int 32 in the properties of the variable, and the one that I can’t find don’t work. Do you have any ideas how to solve it?