Hey! We are trying to bulk export questionnaire responses in a usable format (like CSV). Is there a way to do this without writing a script?
r
rahul1
04/05/2023, 6:04 PM
Hi @pavelspx - the Medplum App does support CSV export, but it might not suite your use case. Since the QuestionnaireResponse is a nested resource, you would need to create some logic to flatten it
rahul1
04/05/2023, 6:13 PM
You could definitely use a Bot to write that logic, but you would still need some code