02-19-2023 11:44 AM
So I want to remove any empty values from an a cluster.
In my example I have.
Cluster called -> Media List
This contains an array of:
-> Media Name
-> Media Path
I want to remove any of the empty medias from the xml
at the moment, I'm just indexing it in a for loop and replacing it with an empty constant but this doesn't actually do anything I realised, it's just re-placing the empty value.
What's the proper way for me to delete this element? Thank you
Solved! Go to Solution.
02-19-2023 03:02 PM
Hi Tyler,
Let me reformulate your statement to be sure I understood it correctly:
I have an array of clusters (representing a list of media) on which I want to remove all elements that have an empty "Media Name".
Simply use a conditional auto-indexing tunnel. This will keep only elements that satisfy a certain condition (in your case having a non-empty Media Name):