How do you remove items from a server connect array when it has a schema?

This is my first time really using the arrays in server connect for some heavy tasks, but I'm a bit confused on how to remove items from an array when the array has a schema.

I've first created an array and added the following schema to it:
image

You can add values to it easily enough:
image

However, the "Remove array list item" step only lets you select a value:
image

What is the value supposed to be? I've tried the individual values, but that doesn't bring any luck. I'm guessing I'm missing something here?

The remove item works only on pure arays (no schema)...

In your case I suppose you could use the remove item in index by defining the $indeex of the record you want to delete (if that is workable for you)

Please have a look at this docs from @Hyperbytes wxplaining how ArrayLists work: