I am Planning to Integrate an External Interface into Appian.
Such as a Tableau dashboard which is Published on a Web Server.
I know about integrating Appian as an Embedded Interface with the Help of record Types in an External Web Application.
But is it possible to Integrate Another Interface into Appian?
Discussion posts and replies are publicly visible
We also Need to integrate Appian with Tableau. rohann179 did you manage to integrate it? May be in the recent Appian Version there are ways to do it??
Now with 19.2, you can easily build a UI component for Tableau using Appian APIs and then include it in the designer. Also, there is a component now to embed another URL into Appian.
Hi Aneeshv713,
Could you please share some steps/demo as per mentioned approach for Appian 19.2 or 19.4 .We have similar requirement,need to include Tableau dashboard in Appian.We are targeting this integration by using Trusted Authentication mechanism of Tableau (https://help.tableau.com/current/server/en-us/trusted_auth.htm).
Thanks in advance!
Its all online --> https://docs.appian.com/suite/help/20.1/component-plugins.html
and
https://docs.appian.com/suite/help/18.2/Web_Content_Component.html
I used this
a!webContentField( source: local!showingViews[local!site].viewUrl, height: "TALL", showBorder: true ),
It is the simplest way to display Tableau reports. It allows you to use Tableau in an Appian Form. It requires that you log in into Tableau.
Tableau also offers an API with a lot of operations.
Thank you!! Jesusa We will try this out..