Hi Team,
I am working on integrations to post data to another system. After posting the data to another system, I have to get the id from body. But the body is in text format and the id, success are concatenated. How to getch the id from body by any direct function without hampering the performance?
Please suggest. Thanks in advance.
Discussion posts and replies are publicly visible
Well, this looks like JSON format. fromJson() should help you with this.
Thanks alot Stefan Helzle . It works.