I'd like to create a workflow that would pull cell values from Excel worksheet and then create new items in another list based on the pulled data. I know Query Excel Service is action that I need to use to achieve this. However, let's say my Excel worksheet has 2 columns, Column A and Column B. Column A has some text entries while Column B contains some sort of like Status value. For example, Open or Closed. What I'd like to do is to be able to pull values from column A only if the value on column B is Open. Note that I could have more than records in the worksheet and I cannot define a range as there's no fix number items that I need to pull. After identifying which are the Open items, new list items will be created in SP based on each Open items from Excel worksheet. These list items in SP will then be updated by users to Closed. Is it possible in Nintex WF 2013 to be able to let's say create a new Excel workbook or probably write to an existing workbook and update it's contents? Relating it back to my scenario, once user updates SP list items to Closed, I'd like the workflow to update the Excel worksheet with the latest status. Kindly assist if this is achievable using the Query Excel Service or are there any other actions that I can use to achieve this?
↧