I want to add a table with a specific column but dynamic number of rows to a mail. (i.e.) A table should be added in a mail. The table has fixed number of columns but the number of rows differs based on number of input data.
Example:
In the first execution, the BOT process three data, then the below table must be added to mail.
Is the data being processed from queues or data table directly?
You can use data table to store the data that is being processed.
And while drafting email, just add the contents of that data table , it will automatically populate whatever is there in the data table (3 or 5 or whatever number of rows).
Thanks for your response. In this case, Iām having the data in a data table. I have to incorporate this data inside the mail content as shown in the below example.
The content of the mail like which is above and below the table needs to be taken from config to avoid hard coding. With in the text from config, I need to incorporate the data table. Can you please help if this is possible.
Thank you for the response. In the HTML content, I need to incorporate the table with in a text which is taken from the config. Can you please help if this is possible?
Did you give it try for the activity.? For text from config you can pass the config variable also in the the activity. Which will get the text & add another variable for data table.