If you could clearly explain why my non-Python workflow didn’t work, we might be able to provide a solution. The Forum is a two way street. If you can’t clearly explain what you’re trying to do, no one can help you.
2 Likes
Example from your output, BB2001 should be at level 1 as it’s child of A1012 which is level 0. If you can fix this and let me have a screenshot of each node with config, that should help.
Expected outcome should be
A1012, Null, 0
BB2001, A1012, 1
BB2233, A1012, 1
C23245, BB2001, 2
CC4567, BB2001, 2
Df6543, C23245, 3
CC45345, CC4567, 3
Idea is to define level of a child with +1 of it’s parent’s Level
Am I clear enough on what the requirement is?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.