IS RECURSIVE BROKEN?

i was making a config and adding capture and i checked recursive and i get this Screenshot - 5a6320468e3b06bcab92903561c4fc34 - Gyazo

Recursive returns a list, you are setting a constant string value probably, so it’s trying to convert the list to a string and failing (I guess)

1 Like