I'd like to be able to upload an excel spreadsheet and process it inside a workflow.
Background: I'm not using LaserFiche Forms in what you would consider a "normal" way. I actually made a web application out of it where the user gets info, updates, saves back to a SQL server database. (I included a screenshot of what it looks like in case you're curious.)
In any case, my company is a medical device manufacturer, and we store all our inspection data in the cloud. We can export data from that external source to an excel spreadsheet.
What I'd like to do is import that excel spreadsheet via file upload and open that spreadsheet inside the workflow and update my sql server database with the information in that spreadsheet.
Is there any way to do this? (I already have the form where I select the spreadsheet, and I see that I can send it to the workflow, I just don't know what the heck to do with it now that I've got it.