Hi @Sukesh_Reddy ,
I'm glad that the days quantity issue is solved!
About the table one, it looks like you are passing a string as input to your "Create a HTML table" action, while an array of objects is expected. I'm sharing a blog post about objects, for the users that reach this topic and never worked with this data type before.
Just to confirm: you want to return an HTML table with a single column (age of the bug in days), right? If this is the case, start by creating an array variable, where the array of objects will be stored:

For this example, I will create an additional array variable (you don't need to), just to simulate the dates from where we will extract the days quantity for each of your bugs:

Then, inside the apply to each, create an "Compose" action to craft you object. It is simple: you just need to add a "days" key, and set the expression to extract the days from timespan as value:

This is the final input: {"days": [expression]}. Feel free to change the key name for something more meaningful.
The following step is to add an "Append to array variable" action, passing your compose as input:

Now your array of objects is ready, and we can generate the table. Out of the loop, add a "Create HTML table" action, passing your array variable as input. If you choose the "automatic" option for the columns dropdown, the column name will match to the objects key. If you wish, it is possible to change the name of the column by choosing "custom" in the dropdown, but you will need to pass the expression item()[key_name] in the right input. For this example, we are using both approaches:

And these are the outputs for each approach:


Let me know if it works for you or if you need any additional help!
-------------------------------------------------------------------------
If this is the answer for your question, please mark the post as Solved.
If this answer helps you in any way, please give it a like.
http://digitalmill.net/
https://www.linkedin.com/in/raphael-haus-zaneti/