Append content at the end of a Content Control

Hello, I want to append / edit content inside an existing content control.
Currently, I’ve been using the InsertAndReplaceContentControls - ONLYOFFICE Api Documentation method for replacing content inside content controls. However, I’m unable to find a way to add content at the end of content controls.
For example:
Before:


What I want to happen:
image

InsertAndReplaceContentControls will completely overwrite the “description” content control. This makes it unsuitable for this task.
What I came up with was to use the MoveCursorToContentControl to position the cursor and the end of the content control and afterwards call AddContentControl.

This works but it seems incredibly hacky. Any suggestions?

Hello @fr3fou
We are checking described scenario. I will update this thread when we have something to share.

Hello @fr3fou
Sorry for the late reply. We have added a suggestion on this scenario and we have started working on it. I will update this thread when we have something to share.