Hi,
I would like to convert texts to html file.
I tried below and I can see the html file but not the contents/texts in it.
Thanks
Hi,
I would like to convert texts to html file.
I tried below and I can see the html file but not the contents/texts in it.
As you are tying to texts to html file, you need to give the nodes of the Html too
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
Also add variables to replace with content inside the body
Hope this helps
Thanks
Instead of Append line, Use Write Text file activity, with file name as htm
Hope this works
Thanks
In Create File give Path correctly, Instead of C: give path of Desktop correctly
and try
Hope this helps
Thanks
Check as below
I got the HTML file and able to see

Mark as solution if this helps
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.