Error when using Python Script step – incorrect reference to Message variable

0
0

While working on an RPA process, I encountered an issue when using the Python Script step within the Robotiq.ai platform.

Specifically, I tried to reference a Output Variable called message, assuming it was already available in the context, but the script didn’t work as expected. After some debugging, I realized that the message variable had not been defined earlier in the process – I was using a name that didn’t exist.

I checked which variables were actually available and replaced message with the correct variable name – in my case, it was Message, which was set earlier and reffrenced into the script as an Output Variable.

 

  • You must to post comments
0
0

Solved (just to help out).

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.