-2

enter image description here enter image description here

After using the path finder also i am getting the error in postman for setting the variable SyntaxError: Unexpected token '['

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80
sanjay
  • 1
  • 1

2 Answers2

1

you have extra point

value = jsonData[0]

Pete Pearl
  • 341
  • 1
  • 6
0

remove .

value=jsonData[0].lotCpId 
Chanka1021
  • 81
  • 8