Skip to main content
sheldona0001
October 21, 2021
Question

How to Pulling and pushing data to and from Appian?

  • October 21, 2021
  • 3 replies
  • 0 views

I managed to create a connection to BigQuery's API, however, How would one go about pulling and pushing data between BigQuery and Appian?

3 replies

danny.verb
October 22, 2021

Appian has great integration tools for exactly the use cases of pushing or pulling data. These docs should help 

docs.appian.com/.../methods_of_integrations.html

sheldona0001
October 26, 2021

Thank you for that, I will look into the documentation. Just to get an idea, what I am trying to achieve. I managed to get a database I have in BigQuery into Appian and the data is showing in Appian's format. The pushing part. would that allow any data  changes made or updated in Appian to be processed back into BigQuery's side as well?

peter.lewis
Employee
October 26, 2021

Sure, an integration object works for both pushing and pulling. Usually if you want to push changes you would create an integration that uses POST to update data in your external system. The integration designer itself lets you test out updating data directly, and then you can use the integration elsewhere in your application (for example within a process model).