Having a Workspace like this
and the AttributeCreator like
Can you please let me know how I can pass the AttributeCreator Values into the PythonCaller. Like following pseudo code to loop in the attributes from the AttributeCreator
def input(self, feature):
for attr in .pythoncreator.getAttribute:
print(attr )
self.pyoutput(feature)