33
Views
3
Comments
Table Rows Not Displaying in Email
Question

I have added a table to my email screen in OutSystems and set its source correctly. The email is receiving the table with headers, but the rows and their data are not appearing. How to resolve it?

Your guidance or an OML file for a similar use case would be helpful! 

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Pavani Vislavath

Ensure that the table's source property is correctly bound to the source that contains the data. Verify that the data you're expecting is available at the point when the email is being sent. In aggregate, check that it's returning the data properly.

If it is possible share your OMl.

Regards ,

Rajat

2025-01-21 18-12-31
Anupam Praveen

Hi @Pavani Vislavath 

I think because of some wrong data mapping your table is not visible.

I have attached the OML file for your reference ,you can check from here.

If you have any issue you can ask.

Regards

Anupam Praveen

EmailtestWithTable.oml
UserImage.jpg
Eliaam Crook

Check data binding and use custom styles, as some email clients may not render tables properly.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.