Hi everyone,
I am working on a project in KoboToolbox and need help linking two forms so that one can query data from the other in real-time. I know that it is possible to use a static CSV file with the pulldata()
function, but this does not meet my needs as the source form is updated constantly and I do not want to upload a new CSV file each time there is an update.
My specific requirements are:
- Source Form:
- Contains data that is regularly updated.
- This data needs to be queried by another form.
- Destination Form:
- Needs to access data from the source form in real-time to auto-fill certain questions.
What I have tried so far:
- Using
pulldata()
with a CSV file, but this requires manually uploading the file each time there is an update in the source form, which is not practical for my case.
Questions:
- Is it possible to link forms in KoboToolbox so that one can query data from the other directly without having to upload a CSV?
- Is there any native functionality in KoboToolbox that allows this?
- If it is not natively possible, is there any recommended solution or method to achieve this by using the KoboToolbox API or any other approach?
I appreciate any guidance or experiences you can share on how to address this issue.
Thanks in advance.