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.