Konstru for Dynamo

Hey everyone!

I am currently trying to upload a structure from Dynamo to Konstru. I have a script with no errors. The upload trigger component doesn’t seem to be working so the export doesn’t work.
I did find a way around it: using a regular boolean node set to false, I first go into Manual mode set it to True then run the model and set the boolean to False again.

I have two questions:
1- How can I make the original upload trigger node work?
2- All my dimensions are in ft (selected from Revit) but Elements.BeamByCurve (from Konstru) reads the lengths in dm - aka it sees 200ft like 200dm. How can that be fixed?

Thank you,