I’m trying to create an HTML table in HTML page with all rows in table data. How do I achieve it? I tried to create an automation bot which would go and run periodically to create an HTML file. Now in doing so I realized
I cannot directly iterate over all the rows to create a string. So create a new sheet in the Spreadsheet to concatenate all the rows in one row.
Then I tried to run the bot using the process for Running a task to creating a file.
In there I choose HTML file.
To test the bot, I’m trying to run bot and I get the error
Error 1 : Task ‘Create File’ Body template. Template could not be loaded due to exception: An error occurred while parsing EntityName. Line 76, position 36.
@Steve I was able to fix the issue by adding the tag name to avoid the error. I was able to generate the html but I’m running into a different issue now. When I’m creating the HTML, how do I loop through all the records in the data table? is it possible to do so?