Hi all,
I’m trying to run through a datatable with a “for each row” loop, and then delete the rows that don’t meet a certain criteria. The criteria to be met is that the row needs to contains the string “was posted in”.
This is how my loop looks like:
My question is what I should Write in the “Row” or “RowIndex” Properties field in order to remove that certain row that doesn’t contain the string mentioned above.
I have been looking for a while in the forum, but couldn’t find any similar cases.
All help is appreciated.
Kind regards,
Jakob