Workiva Scripting is included with Customize Workiva. To use Scripting, your workspace must have Customize Workiva/Scripting enabled, and users will need the appropriate Scripting role(s) and file permissions.
Script outputs can be stored and accessed in a JSON file. This requires you to use the Python print function and pass two parameters:
- A
'::set-output 'string - The actual JSON file
You can access the JSON file manually by clicking the icon next to the run, or programmatically by using the Initiate a download of run output API endpoint.