I have an excel data like in the table. If column “Kurum Kodu” is TC00, I need to continue activities by reading the data in column “Hostel Servis Adı”. I request your help in this matter.
Hello,
This can be done using multiple ways depending on the task the process. If you just want to use the DataTable then a filter data table activity will work. But if the process requires per row transaction then you could use for each row in data table activity.