issue with API call

I've attached two screenshots. As you can see, I am receiving html data through a POST request. The next step is to use a text parser to extract data such as NAME. The issue is that everytime I modify data in the first step, the API post call in the second stage of text parsing gives me the new data as dynamic text that I want, but the data that was previously obtained is still next to it as hard coded. What is the remedy?
 

Attachments

  • 1.png
    1.png
    175 KB · Views: 128
  • 2.png
    2.png
    205.6 KB · Views: 132
Top