Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Example Python Script to get report results using Oberon JSON

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Level 1

Yo could use for example

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

Yo could use for example

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