Skip to main content
Nintex Community Menu Bar
Answer

Export Workflow to Text for Search?

  • November 30, 2020
  • 2 replies
  • 27 views

Is there a way to export a workflow as a text script, so that I can search for e.g. a variable name and locate where it is set in the workflow?

I often have to make modifications to workflows created by folks who have since moved on, and it would be a real time-saver if I could at least narrow down where variables and fields are set by a search, vs opening actions one by one in a workflow.

Best answer by leighburke

@rthomson Quickest way to find where a variable is being used is to try to delete it. It will tell you where the variable is being used, also recommend labelling your actions to make this even easier.

 

 

2 replies

Forum|alt.badge.img+14
  • Nintex Employee
  • Answer
  • November 30, 2020

@rthomson Quickest way to find where a variable is being used is to try to delete it. It will tell you where the variable is being used, also recommend labelling your actions to make this even easier.

 

 


  • Author
  • November 30, 2020
Perfect - thanks!