Option to show code

A button where we can see all our features as code

Inventor is a no code platform, it doesnt have your flows as code.

1 Like

Inventor does not generate code for your bot that can be used independently. There is no way to export your bot’s code, because that code doesn’t exist.

All Inventor flows act as a “configuration” that is fed into the Inventor runtime, which actually runs your flows using Inventor’s block logic. This configuration data is accessible to you (through the flow editor and InventScript), but cannot be turned into a standalone executable or collection of code files to host your bot separately.

1 Like