Download all submissions, process into a single table, and output the table to a csv file. This will also output all forms to the same output directory.
1 2 3 4 5 6 | download_all_and_output_to_csv(
syn,
group,
output_dir,
state_filter = "SUBMITTED_WAITING_FOR_REVIEW"
)
|
syn |
Synapse login object |
group |
The groupID. |
output_dir |
The directory to output the submissions and csv file to. |
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.