Skip to main content
November 21, 2022
Question

Embed external interface into appian

  • November 21, 2022
  • 3 replies
  • 0 views

Hi all,

How can we embed External Interface into Appian, such as a Tableau dashboard which is Published on a Web Server. i have used webContentfield().

a!webContentField(
label: "Tableau Dashboard",
labelPosition: "ABOVE",
height: "MEDIUM",
source: "xxx"
),

i am getting below error

    3 replies

    stefanhelzle0001
    Brainy
    November 21, 2022

    That depends on whether that other service allows embedding. Some do not, some require a special URL. Some do only via a JavaScript API, which then requires you to build a custom UI component.

    November 21, 2022

    How to create custom UI component, plz provide me link to explore on this

    stefanhelzle0001
    Brainy
    November 21, 2022

    You can easily find this in the official Appian documentation.

    Extending Appian -> Integrations SDK -> Component Plugins

    docs.appian.com/.../component-plugins.html