configurationtrigger.io

How to get the current version number of a Trigger.io app


Is there a way to get the app config settings from inside my Trigger.io app without having to repeat the values in the parameters module? Specifically, I'm looking to grab the version number.


Solution

  • I've had success (today) with using forge.config.version

    Example:

    alert(forge.config.version)
    

    This returned the value I had entered into the app's configuration.