Add two Name Pair Values to set value to a Name pair type field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 07:41 AM - edited 12-08-2023 07:42 AM
I have below values
a = {"name1":"value1", "name2":"value2"}
b={"name3":"value3"}
and i need to get result added as below:
c= {"name1":"value1", "name2":"value2","name3":"value3"}
To set value into a Name-Value Pair type field . Please suggest a script with best practice .
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 10:15 AM
You have a point - so either one but it should do the trick in general

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 12:26 PM
You have a point - so either one but it should do the trick in general