Narrows down the data to the top 30 data arranged in order of number of points.
A numerical value called “rank” is given to that data from above, and the initial value of rank is 1 and is increased by 1 every time it is repeated.
This will give the narrowed down data a rank from 1 to 30 in order of points.
When you test this iterative workflow, it sometimes works and sometimes it doesn’t.
If it doesn’t work, the sorting is normal, but some rank numbers overlap.
Example: 1,2,3,4,4,5,6,7,8,9,10,10,11,12,…
Isn’t this because the loading is not in time between the repeated processing?
Does anyone know of any workaround?
Also, is there a setting to create an interval between repeats of a repeating workflow?