Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
how can i access a property in an object /_text?

I'm trying to access the values of _text in the IdList but can't This is my data : the data is of type object, the IdList is an object

query
eSearchResult:
Count: {_text: '203374'}
IdList:
Id: Array(20)
0:
_text: "34983115"
[[Prototype]]: Object
1:
_text: "34983114"
[[Prototype]]: Object
2:
_text: "34983113"
[[Prototype]]: Object
3:
_text: "34983112"

and this is my code: i get only **the keys: index ** back and can not access the _text values

  {Object.keys(query).length &&
        Object.keys(query.eSearchResult.IdList.Id).map((keyName, index) => {
          return (
              <div className="card-block" keyy={index}>
                {index}
                {index._text}
                {Object.keys(index).map((key, i) => {
                  return (
                    <div>
                      <td key={i}>
                        heyy key: {i}
                        {index[key]._text}
                      </td>
                    </div>
                  );
                })}
              </div>
       
          );
        })}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!