Skip to main content
Nintex Community Menu Bar
Solved

Pass variable values into a botflow

  • April 22, 2021
  • 4 replies
  • 92 views

I have a workflow that gathers some data and then kicks off a botflow to do some work using those values.

 

Or that's the theory at least.

 

I can't find any way to pass the variables / values into the botflow... 

 

Any help would be much appreciated.

Best answer by adithepo

If you use Nintex Workflow Cloud (NWC), you can pass parameters into the variables botflow.

 

https://help.nintex.com/en-US/nwc/Content/Designer/Actions/NintexRPA-StartRPAJob.htm

 

 

 

 

4 replies

adithepo
Forum|alt.badge.img+4
  • Rookie
  • 23 replies
  • April 22, 2021
You can put your data into SQL Server, MySQL and retrieve that data via your botflow.

  • Author
  • 4 replies
  • April 22, 2021

Great thanks!

 

Can those be cloud-based? Or do they have to be on-site?

I'm using the cloud based workflow so am unable to access our on-site servers (I believe).


adithepo
Forum|alt.badge.img+4
  • Rookie
  • 23 replies
  • Answer
  • April 22, 2021

If you use Nintex Workflow Cloud (NWC), you can pass parameters into the variables botflow.

 

https://help.nintex.com/en-US/nwc/Content/Designer/Actions/NintexRPA-StartRPAJob.htm

 

 

 

 


  • Author
  • 4 replies
  • April 23, 2021
Perfect!!!

Thanks so much.