I am unsure of how to read/access the field data in my function which hooks to gform_pre_submission (functions.php).
I am trying to read the list field entries before the form submits, so that I can use it to generate a CSV based on the list field data.
At the time of pre_submission, the $entry is not known. Also, the gform_pre_submission filter only accepts one parameter, the $form. I’m not sure how your code would work?