Hey! We are trying to bulk export questionnaire re...
# general
p
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
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
You could definitely use a Bot to write that logic, but you would still need some code
p
thank you!
179 Views