I am using the bulk PATCH endpoint to update submissions via API:
PATCH /api/v2/assets/{uid}/data/bulk/
The updates are visible in the platform (KoboToolbox web interface shows the correct values), but when I export the dataset (XLS/CSV), the updated fields do not appear — the export still shows the original values.
@Neider_serrano, when checking the API at my end, I had no issues updating my submissions (in my project/account under the Global Server). Your API endpoint and the method PATCH seems to be correct PATCH /api/v2/assets/{uid}/data/bulk/
Your payload also seems to be correct. I tried updating the following submissions in my account/project and could reflect the changes in my DATA>Table as well as XLS download. This is the payload that I used:
However, one thing I have observed in your payload is A/Organizacion. Is Organization a question name under the group A? You might want to take a closer look at this specific section of your payload to ensure it aligns correctly with your form structure.