Example Python Script to get report results using Oberon JSON | Community
Skip to main content
May 22, 2020
Solved

Example Python Script to get report results using Oberon JSON

  • May 22, 2020
  • 1 reply
  • 2861 views

I found the tutorial that lets me get the JSON code from a sample workspace and I've been trying to use that to get results using python. I've tried a couple of different libraries and searched high and low for an example, but I'm coming up lost. Does anyone have an example script (it can be very basic) using the JSON code to call the results?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mattias-lunden

Yo could use for example

logInfo("RESULT: " + vars.output); logInfo("ERROR: " + vars.lastError);

1 reply

mattias-lundenAccepted solution
December 1, 2020

Yo could use for example

logInfo("RESULT: " + vars.output); logInfo("ERROR: " + vars.lastError);