Skip to main content
Answer

JSON node value activity remove the Double Quotes from JSON keys

  • January 22, 2024
  • 1 reply
  • 197 views

Forum|alt.badge.img+1

I am trying to get the Access token by using the REST API activities, i get the response but when I try to parse JSON node value, using activities I get an issue the activity removes the double quote. My Co-worker tried the same approach on his AA360 but didn’t get the double quotes removed.

 

Best answer by Tamil Arasu10

Hi @raheel.ashraf ,

Please try with below for get node value action

content[0].refresh

 

or You can get the token value using string operations as well.

 

 

1 reply

Tamil Arasu10
Most Valuable Pathfinder
Forum|alt.badge.img+18
  • Most Valuable Pathfinder
  • Answer
  • January 22, 2024

Hi @raheel.ashraf ,

Please try with below for get node value action

content[0].refresh

 

or You can get the token value using string operations as well.