Question
Embedded interface
i am trying to use embedded interface to apply custom style to my page.
pls see the sample code below.
<head>
<script src="">appian.example.com/.../embeddedBootstrap.nocache.js" id="appianEmbedded"></script>
</head>
<body>
<appian-action processModelUuid=""></appian-action>
<appian-report reportUrlStub=""</appian-report>
<h1>Appian component</h1>
</body>
i am getting blank page.
Note: I have given process model uuid and reporturl and replaced my appian server domain name in script src.
how to resolve this issue? is there any samples available?
