Forum Discussion

Subbulakshmi's avatar
Subbulakshmi
Frequent Contributor
4 years ago
Solved

Dict variables in Project variables

Hi Team, 

I would like to save Dict variables in project variable.. 

Could you please help.. 

 

Best Regards, 

Subbulakshmi S

  • Encode your variable into Json with JSON.stringify before storing it
    Decode your variable with JSON.parse after reading it.

    What did you expect of what is a Dict variable, im always cautious over acronym..

3 Replies

  • BenoitB's avatar
    BenoitB
    Community Hero
    Encode your variable into Json with JSON.stringify before storing it
    Decode your variable with JSON.parse after reading it.

    What did you expect of what is a Dict variable, im always cautious over acronym..
  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    HI,

     

    Could you please help.. 

    What exact help do you need?