Hi, I have a data record that I’m saving as a thing, and it is returned from an API and it looks like this:
4
This title is descriptive and gives the reader an idea of what the offer is and what it does. However, it could be more engaging and creative.
What I need to do is save the ‘4’ as one thing, and the rest as another. The big struggle right now is saving the 4. I’ve tried using the ‘truncated to 1’ method which isnt working for some reason.
After I figure that out I’ll need to find a way to save everything after the integer into another ‘thing’
Any help would be greatly appreciated.