Just doing some prototyping to familiarize myself with OpenFn + DHIS2. I set up a job where I submit a hard coded data value set to the DHIS2 demo server. I’m able to successfully curl the same payload directly to DHIS2, but when I set up the job in OpenFn, it says the job failed (see screenshot). Any advice on what may be the issue or how to troubleshoot?
Thanks Taylor! That worked. The issue I had was with the second parameter I provided to dataElement… I sent the string “10” instead of the number 10. Rookie mistake !
Hmm… I don’t see those helpers. I have ‘Latest (auto-upgrade)’ selected for the version of the DHIS2 adapter.
Two other things I tried… (1) specifically selecting the latest version (v0.1.0); and (2) creating a new job (instead of editing an existing) but alas, still no helpers.
One more thought… The documentation for dhis2 is pretty new. Can you try a hard-refresh on the page to clear your cache? On Chrome it’s cntrl-shift-r, or command-shift-r.