We have a modern form ( LF 12) that is basically a reporting form. User selects a few field filters and it populates a table with data.
At the bottom of the form we have a check box called "generate csv". If the user checks that box and submits the form, a workflow runs to generate the data is a csv and send it to them.
We are running into an issue when the data gets into the thousands of rows. The lookup on the form seems to handle it ok but when we submit the form is takes multiple minutes. It sometimes crashes as well (get the not responding error/wait).
We updated it so when checking the csv box, it hides the lookup table and ignores the data on the form. Yet it still crashes/takes 3-4 minutes to submit the form and we are not sure why.
We have checked the cf_data table and confirmed that all the data is NOT being saved to the db. We tested and did a small one with the ignore data enabled and disabled. When enabled it saved the values, when not it did not save the values.
Why would the form take multiple minutes/crash when submitting even when the data is hidden and not saved? Is there a way around this?
Thanks,
Chris