Hi,
Below is my string and need to extract only Bold string, this string may differ. How to extract that particular sting?
Integration Platform Alert Triggered in Production P3
Event Code: ErrorReported Error Count: 1
Triggered: 2018-07-17T19:42:24.397Z
Description: Integration error(s) reported in the last 15 minutes. Error details can be viewed in Kibana http://asos.do/8BGga3.
I doubt whether you can extract a string based on the font, you need to have some reference like starting position or line or some tag etc… you can use string functions like search, contains, substring etc…
I forgot that the forum will sanitize the tab character
I edited my previous post to display the correct solution.
Also see here for an example workflow with two separate solutions included (.Split string method and Regex) SplitString.zip (1.9 KB)