Following up, I totally grabbed this and put it with a timer so that multiple HTML text controls can display the content from a multiple-line field in a SPO list (that I'm pasting the HTML into directly from word through the RichText input control, it just takes the Word formatting and converts it to html and an HTML text box just shows it, no problem. Heckin' heck! What a time to be alive.)
On a rectangle, configure Onselect to Set(var_GlobalVariable,"Selection"), then UpdateContext({HtmlText: Blank()}), then UpdateContext({TimerGo: true}).
On a timer, set Start to TimerGo (ty Shane Young), and OnTimerend, have it UpdateContext({HtmlText: var_GlobalVariable}).
On the HTML Text control, set the property HTMLText to LookUp(SPOSource,Title=HtmlText).Selection.
There's probably a more elegant way to do it, but this what it looked like when I put the hammers down.