Hi guys! 😄
I have an array with thousand of lines, and I would like to filter it, for example:
I have these lines below, if in any line there is the word "Pending" I want to delete the entire line.
[
"10336281;1;ELETRICISTA;1694;Angela;406137;Pending;04132;H08",
"10336841;1;MANAGER;1694;Lou;406137;Open;04132;H08",
"9236281;1;ELETRICISTA;1694;Angela;406137;Closed;04132;H06"
]
An example of my array:

Is it possible to do something like this in the automate?
Thank you! ❤️