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!
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
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
Check data binding and use custom styles, as some email clients may not render tables properly.