I am trying to create a flow from a form where the response is saved as a pdf and then emailed to multiple recipients. When I test with an actual response it gets jammed up in the 'select' action where I used the createArray function to pull the information to then create an HTML table.
Here is the error details:
Unable to process template language expressions in action 'Select' inputs at line '0' and column '0': 'The template language function 'createArray' expects a comma separated list of parameters. The function was invoked with no parameters. Please see https://aka.ms/logicexpressions#createArray for usage details.'.
And here is the snap shot of the parameters:

This is my first flow, so I'm not sure where to look. Any advise on where to look to fix the error would be appreciated. Please let me know if more information is required.