check-duplicate-values-inside-list
Reactive icon

Check Duplicate Values inside List

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 08 November 2023 by 
5.0
 (1 rating)
check-duplicate-values-inside-list

Check Duplicate Values inside List

Details
This asset is use to find duplicate values inside list. It accepts JSON data and provide the duplicate value if exist in JSON.
Read more
  • This asset is used to find duplicate values inside list.
  • Client action "CheckDuplicateValues" accepts JSON data as input parameter and it returns duplicate value with the help of JavaScript.
  • JSON should be in the simple format. Ex:

[{"Country":"India",

"State":"Mumbai"

},

{"Country":"USA",

"State":"New York"

},

{"Country":"India",

"State":"Gujrat"

}]

  • Currently it will not work for nested JSON. Ex: 

[  {
"country": {
"Code": "",
"Name": "",
"DisplayName": "",
"Description": ""
},
"state": [
{
"Code": "",
"Name": "",
"DisplayName": "",
"Description": ""
      }]

Release notes (1.0.0)
License (1.0.0)
Reviews (1)
by 
27 Apr (3 weeks ago)
in version 1.0.0
excellent good forge
Team