We’re excited to announce three major updates to Workiva Scripting, now available in production. Python 3.13 Support Python 3.13 is now available in Workiva Scripting! Users can configure scripts to run on either Python 3.9 or Python 3.13 directly...
Most data you interact with is likely stored in spreadsheets, such as Excel or CSV files. Spreadsheets, which organize data in a grid of columns and rows, make it easy for people to read and edit data with simple headers and an easy-to-follow visu...
Hi All, I am creating a script to export the document and get the file size and file binary. I am using the below code but it is erroring out with " ModuleNotFoundError: No module named 'workiva_client' " # Using the Workiva SDK from workiva impor...
Hi, I am trying to use the built in automation to feed spreadsheet id to a script. I had a script set up to run the script listed in the documentation https://support.workiva.com/hc/en-us/articles/9869574493460-Execute-scripts-with-automations to...
It is possible to copy values from the spreadsheet to another through one click automatic?
I want to upload a single file to Workiva and associate it with an existing table using this endpoint in Python.My code: import requestsheaders = { 'Authorization': f'Bearer {access_token}', # I've got an access_token from the Workiva authent...
I am executing a script on a chain. The script I am creating executes without any errors. The output of the script is presented in the logs, but the data output is empty. I am not sure if I am doing something wrong with python, or if I am just usi...
Hi Scripting early adopters, I am excited to announce awaited updates for Workiva Scripting based on the valuable feedback we have received from our early adopter users. Our team has been working hard to implement these updates, and we are confide...
Greetings! We at KPMG were trying out a POC where we wanted to utilize the Workiva provided Chain API “Execute a chain”. However, when we passed the required parameters and ran the script in python we were getting error 400 as response. Can you ...
Hi All - Wanted to share a script that I built to help with pulling in data directly into PowerBI. Note - you do not need Python or Postman. Just add to a blank query in PowerBI and update accordingly. let // Get the bearer token auth_u...
Hi Scripting early adopters, I am reaching out to coordinate on potential permission updates needed to your Workiva scripts.File-level permissions will start being enforced for Workiva Scripts starting on the week of April 24th. You will need to m...
We have a client that rolls data for forecasting month-over-month. We are building a workiva forecasting tool so they can mange their data within Workiva (rather than BPC). The Actual data is stored in a separate file from the forecast data since...