Download all submissions, process into a single table. The column names will be generated by [convert_all_forms_to_table()], which currently is the formDataId given that it is unique.
1 2 3 4 5 | download_all_and_get_table(
syn,
group,
state_filter = "SUBMITTED_WAITING_FOR_REVIEW"
)
|
syn |
Synapse login object |
group |
The groupID. |
state_filter |
The filter that is desired to gather submissions by. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.