We have a workflow that is supposed to find entries in a folder, and then for each entry, do a bunch of stuff, including create a shortcut:
Most of the steps here work fine, except the last activity, which creates a ton of duplicate shortcuts. For example:
Trying to figure out why this is happening, because the Create Shortcut activity is supposed to run only once per PO. Whereas it runs the same number of times as the number of results returned by the Find Entries activity before the loop. In the screenshot above, Find Entries activity found 21 results, so each PO got 21 shortcuts created for it, as opposed to once. Here is how the Create Shortcut activity is configured: