I can't understand why this function enter into a infinite loop as show in the Logs screenshot below ?!!!!
This only happens in run mode. In record mode everything working as expected !!!
In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
I'm looping through the "good-stuff" classes and collecting information within it. Then in the children I want to loop through each of the paths and get their fill. Currently, it isn't looping correctly. I'll attach a screen shot of my loop.
You start a nested loop for completely different elements. The selector of the elements of the first cycle [[FOR_EACH_MATCH]]>AT>[[CYCLE_INDEX]]. A nested loop uses the [[SAVED_XML_1]]>MATCH>div>MATCH>svg
@allister Ok, finally I got your point. You define function as actions in Main function. _call(_on_start, null)! is placed only after functions defined through main interface.