UMG RichTextBlock hyperlink / href markup

I hate to bring up an old post but I am working through this same thing. How can I pass the text in-between the tags to the created hyperlink? Or even like the idString? It seems it is hardcoded to only display “link”. I tried modifying it from this: .Text(FText::FromString("link")) to .Text(idString) but it throws a compile error and I can’t figure out a way around it.