I have an API call coming in that is a block of single text. In the text is a title that I have been able to highlight within *'s
How can I save the title in a seperate field from the rest of the text?
I cant quite get the split function working.
Hi there, @chaddickson83… if I understand your post correctly, you should be able to use the :split by operator with the character to split by being an asterisk, of course, and then add the :item # operator to the end of the expression and specify item number 2. Have you already tried that?