Then I have attribute exposed, but not sure why it keeps coming out as <missing> . Also not sure what data type to use since simple text option does not exist.
I am successfully printing data, just no luck outputting into attribute:
EDIT: my error was self.pyoutput(feature, output_tag="PYOUTPUT") placement. Moving it to the bottom of input function solved all the problems….