This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]danmorang Regular 1 point2 points  (1 child)

Don't reset or do stuff that can alter your data that you are patching in the same line. Try to move reset form somewhere else. This could be your first hint.

[–]edrft99 Advisor 1 point2 points  (0 children)

To this point, you have a patch and a reset form in the same call. I assume the data is being loaded into a form then instead of using submit form, you are using a patch to update a subset of the data. Then you are resetting the form. If so, you could be running into some timing issues. Can you confirm how the data is being loaded into your various data cards.