Hello,
I have a Workfront Read Related Records in a Fusion scenario that returns a bunch of bundles in the Output.
There can be two or more bundles that could potentially have the same name and I need Fusion to check that:
For example:
OUTPUT:
Bundle 1:
Bundle 2:
Bundle 3:
Bundle 4:
...
...
Bundle 10:
In this example I want Fusion to return these two duplicate records (Bundle 1 and Bundle 2) in the subsequent module.
As I understand this is not an array where I can just iterate through it and identify the duplicates...
Any idea how to achieve that?
Thank you!!!
Views
Replies
Total Likes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Duplicate Check in Fusion</title>
</head>
<body>
<p>
In Fusion, to check for duplicates, you can use the "Duplicate Check" feature.
</p>
</body>
</html>
Views
Replies
Total Likes