Skip to main content
March 27, 2025
Solved

Integration Response in Text

  • March 27, 2025
  • 2 replies
  • 0 views

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.



    Best answer by stefanhelzle0001

    Well, this looks like JSON format. fromJson() should help you with this.

    2 replies

    stefanhelzle0001
    March 27, 2025

    Well, this looks like JSON format. fromJson() should help you with this.

    March 27, 2025

    Thanks alot [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] . It works.