The app takes whatever I choose in the dropdowns and populates a repeating group. I want to delete a cell, or a single value, in the repeating group. Is this possible?
You can set the new value as the list of the current value with the object of interest removed. In other words, custom state’s list =custom state’s list :remove object.
Forgive me for not completely following. I get your logic, but there isn’t a remove object function, so I’m not sure how to perform the :remove object.
Thanks!
Nevermind, I got it using the filtered function.
Sorry about that. I’m on mobile, so I tried recalling from memory.