I need to write a datatable on a website. I’ve used output datable activity and passed output string in type into activity. But it is not pasting it in table format. Is there any alternate way to write the datatable in table format?
You can use set text activity which used to paste the text in to the website.
Convert the datatable to string and use the set text activity.
Hope it helps!!