I need to delete rows in my repeating table xml based on a value.
The above almost works, but leaves behind <Item/>
How can I use the Update XML replace node contents to eliminate that remaining <Item/>?
I tried to use regex to delete it, but that's not working for me either. It says it can't find a match and leaves it there. I would prefer to just have it all removed via the Update XML command though.