Regex Help - separating API returned value

I’m getting data from an API that returns it in this format:

  1. “Title of thing 1” - description of thing 1.
  2. “Title of thing 1” - description of thing 2.
  3. “Title of thing 1” - description of thing 3.

And it goes into a Group with a Type of “Text”.

I want to format it nicely so that the Titles can be heading styles and the descriptions can go underneath and each of them are in separate Groups.

I got the Headings figured out… but I’m struggling with the descriptions…

First description works like this, but I can’t get the other two to work:
Screenshot 2024-05-24 at 6.31.36 PM


This topic was automatically closed after 70 days. New replies are no longer allowed.