After adding select item

I’m adding to DataCollection and then want to select added item in view.

Problem is When I add, it generates random ID then it updates random it with responsed id. But add function returns me random ID and I can’t select any item from view with that ID.

Please check the updated build ( link sent by PM )

Thank you! It works!

var id = customers.add(values);
$$('customers').select(id);
$$('customers').showItem(id);