Refreshing Data Connection in Wdesk through Chains
AnsweredHi Team,
I have a requirement to refresh the INcoming data connection into the Wdesk spreadsheet which is connected to Wdata query through chains. How can I achived it through chains?
-
Official comment
The Wdata API has multiple endpoints that allow the refreshing of a spreadsheet connection. The Export Query Results endpoint can be used after the Execute Query endpoint to achieve this. Both of these endpoints have Commands (Export Query Results, Run Query respectively) in the Workiva Connector that can be used. Also you can use the Refresh Connection endpoint or Refresh Batch of Connections endpoint but these would require the use of the HTTP Connector as these are not currently Commands in the Workiva Connector.
I am using export query results and I see a flash when my chain runs but the data is not getting updated.
0Hi Saima, here are some troubleshooting steps:
- Verify your Run Query command is producing the expected data
- Verify that you're passing the correct Query ID to the Export Query Result command
- Verify that the Chain has permission to edit the Spreadsheet where you're trying to send the results to
- Verify that you are not exceeding the Spreadsheet cell limits with the amount of data you are sending to the Spreadsheet
0Please sign in to leave a comment.
Comments
3 comments