You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit the endpoint /<username>/xformsManifest/<form_id> where username is the username of the owner of the form and form_id is the ID of the follow up form. This endpoint returns an XML response.
Find the mediaFile tag for the dataset. Copy the URL within the tags downloadUrl and paste it in a new tab. A CSV download will begin.
Once the CSV download is complete, inspect the CSV. You will find the deleted Entity will be present in the CSV
The text was updated successfully, but these errors were encountered:
kelvin-muchiri
changed the title
Deleted Entities are present in the exported dataset
Deleted Entities are present in the manifest dataset
Jul 23, 2024
Environmental Information
Problem description
After deleting an Entity, the Entity is still present in the downloaded dataset from the manifest of the follow up form.
Expected behavior
The deleted Entity should not be present in the manifest data of a follow up form.
Steps to reproduce the behavior
/<username>/xformsManifest/<form_id>
whereusername
is the username of the owner of the form andform_id
is the ID of the follow up form. This endpoint returns an XML response.mediaFile
tag for the dataset. Copy the URL within the tagsdownloadUrl
and paste it in a new tab. A CSV download will begin.The text was updated successfully, but these errors were encountered: