Skip to main content

How in the world are we able to identify what was configured in NWO365 workflows within the update list item action? See below, there is no path or additional information for us to determine what the previous developer pushed to this SharePoint list field titled “WBS Value”. I know it’s from another list called ProjectInfo3 and the field is WBS but I don’t know the condition set.

How do we go about identifying this to replicate it in NAC? We already tried the migration tool and the condition doesn’t migrate over.

 

Hi @brandiwoodson,

This is a great question.  I don't have an easy answer, but I do have an answer for you.

  1. Export the workflow.
  2. Rename the workflow from .nwp to .zip.
  3. Open the zip file.
  4. Open the workflow folder.

     

  5. Open the actions.xml file in your favorite text editor.
  6. Find the action that you want to know its configuration.

It will be a bit of a tree structure, but you will find the list being looked up, the column, and the condition to select the item.


Reply