Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 1

Yo could use for example

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

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Level 1

Yo could use for example

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