Hi Team.
Im confusing if this is possible screenshot is in below:
if this is possible please help me out. . .
.
Thank you,
Hi Sherwin,
It's not currently clear about your problem.
If you need to work with single row(in db collection) - you should link this row to some thing.. For example deviceID or userId.
So workflow will be:
App starts.
Get deviceid/userid.
Get row from collection by deviceid/userid.
If row has been found - update this row with needed data.
If row has not been found - insert new row with needed data.
That's all.
Regards.