Hello, I am trying to load an array with client side actions, but in the process there are a few unnecessary fields loading in. They have a blank id and a value of undefined. How can i avoid these undefined values to load into my array.
When I tried to get them by using a conditional if loop where the value == 'undefined', they still load into the array. Is there a remedy for this. There are a lot of these, so using this array has been a problem.