Loading...
In Appian, write an expression rule to find duplicate values from an integer array. Input: { 1, 2, 3, 1, 4, 8, 9, 4, 3 }, Expected Output: {1,3,4}. | Appian Interview Questions | Appian Interview Questions - AppianVerse