Hi all,
I got a problem with my app. When I add new row to my app, sometimes that data will be duplicate. It means when I save a form, I see two identical row (but the ID, of course) in my app. And sometimes a row is deleted from the app without any action. It's very randomly. It means that sometimes it happens, sometimes not.
So anyone of you guys had this issue? And any suggestions for this issue?
Thank you all!
Solved! Go to Solution.
If you see it again, one way to investigate is to check the Audit history as you are able to see that one specific row and it's values from the "add row" log.
@LinhP sounds like there may be some duplicate values in there somewhere. You may want to consider Using unique identifiers. When creating new rows, use unique identifiers, such as a UUID or a GUID, to ensure that each row is unique.
Let us know if the issue continues!
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |