Skip to main content
March 7, 2025
Question

how can i include javascript in appian with html

  • March 7, 2025
  • 1 reply
  • 0 views

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<pre></pre>
<script>
document.body.insertAdjacentHTML('afterbegin', "Dinesh");
</script>
</body>
</html>

if i use the script  inside double quotes the script not working

1 reply

stefanhelzle0001
March 7, 2025

There is no JS, HTML or CSS in Appian.

Please describe what you want to achieve, and we might be able to support you in it.