JSON 101: What is JSON and How to Use it

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...

Michael Sherrin
0 |
0
Unable to get the Environment Variable from Triggering a Run in Automation

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...

Jase the Ace
5 |
0
Automatic copy and paste Beantwoord

It is possible to copy values from the spreadsheet to another through one click automatic?

Gustavo De Lima Carvalho
1 |
0
Upload a single file with Python

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...

Benji4
1 |
1
How do I produce a chain output while executing a script on a chain?

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...

Jeremy Pond
6 |
0
Workiva Scripting Q3 Update

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...

Jesus Bouzada Product Manager
0 |
0
getting error 400 in scripting, chains, api

  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 ...

Rameswaran Mohan Data Management Suite
2 |
0
Script to Pull Report into PowerBI

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...

Danielle Okland All Star Beta Buddy Idea Generator
3 |
2
Potential permission updates needed to your Workiva scripts Voltooid

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...

Jesus Bouzada Product Manager
1 |
1
Copy-Paste data in a Connected Data Sheet using Python

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...

Deb Silverman Workiva Essentials
4 |
0