No data elements appearing in Android App (while Same User, DEs appearing fine in Browser) for event capture program

Hello @Matthew_Boddie,

I faced the same kind of issue when pushing the DE via the API (I don’ recall if the error message was the same), see here
Dataset not loading in the Capture app - Support - Assistance technique - DHIS2 Community

those were the reasons in my case

  1. The android app doesn’t support having the same uid for 2 metadata instance EVEN if they are from different entities; it doesn’t create an error message during the import of the metadata and it work well on the data entry web application
  2. I had issues with my categories as some had 2 times the same category option (copy paste error, the data entry application showed the same category option twice)
  3. when the category options are imported via the web API, the default sharing is public read/write for the metadata but NO public rights for the data entry (I never though of this one as I was able to see the catOption on the data entry web application)