The data is not storing in database after committing it in native.

1
Hi Everyone, I have tried to set a value for an attribute in native app using nanoflow, it is storing memory for a while and available at that time and in next QR local scan the data is not available which had set. I’m using commit activity while saving any suggestions for properly setting the value in native.(Version 8.17.0)
asked
3 answers
4

Have you tried to add the activity "Synchonize all” directly after the commit?

answered
0

You should check the access rules on the entity/attribute. If your user only has read rights the changed value will be ignored by the server and after sync be replaced with the old.

answered
0

You should check the member function of the object that you are creating  may be you are missing .

answered