I have a table in Dataverse with a field of type Rich Text
In the form to manage that table on load event I have a JS to set an initial value during new record creation but in the GUI that value is not showed, below in red the filed that is set as Read Only.

If I arrive to save the record the filed is showed but my intention is to show that filed before saving record.
I see that refresh action is not available for all control type so I don't know how to fix this issue.
Anyone had similar issue?