Text deleted after using link

Hello, I have a problem with the structured text.
when I use a link tag, the text coming after is not displayed on the response.

Hello @horlogeriearcisses and welcome to the community!

The response divides the children into separate objects once there is a hyperlink in the paragraph.
Lets say we have a structured text with the following content:

Now, if we do a request to the record that has this structured text, and look into the content of the response, we will see we will get 3 objects:
one for the text before the link, one for the link itself, and one for the text after the link:

Perhaps you are only reading the first object in the response, leaving out the other children that have the rest of the information you desire.

Hope this helps!

1 Like

Thank you for your answer.
I will try this immediately