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.
- Goran asked 2 days ago
- last edited 2 days ago
- You must login to post comments
Your Answer
Please login first to submit.