Hi ,
I am trying to populate data from the table during page load in the APEX form.
I have tried two ways.
Created an After header process and wrote a query to populate the data. This is working, but I am not finding a way to escape/unescape special characters when any data contains special characters. Data is visible with escaped special characters.
I also tried setting values using DA, and here I can see an option to escape special characters. If an item has a list of values and there is an extra value in the data, those extra values will not be visible
What is the best way to prepopulate the data on the page load?