You can also reference methods defined in that app file anywhere in the run method via this.notion.<method>
That’s exactly what I needed!
I tried this code snippet on my first attempt at implementing my workflow and it didn’t work.
The field wasn’t showing when clicking refresh fields and I just realized now that it might have been because I had errors at the bottom of the step definition that I didn’t see. I just saw them now and after fixing them, the prop input is correctly showing.
Thank you very much!