Hello,
I have two RTEs in my SharePoint-Integrated App.
When a user fills in data into the RTE, it saves to SharePoint perfectly, however, if someone selects the record from the gallery to view or edit contents of the record, the RTE fields are blank (input data is not showing).
Can someone guide me on how to ensure that data input into a RTE becomes visible (included) in the record when it is selected?.
Note that I have assigned "varRecord" to the form, and "Set(varRecord,ThisItem)" on the > button in the gallery.
Thank you,