I’ve seen reference in some of the threads to setting up a “Configuration Domain” with environment specific secrets and config strings.
In an automate method you can easily access attributes of the running instance with:
foo = $evm.object['bar']
or
foo = $evm.object.decrypt('bar')
But how would one reach out to a different automate instance schema and pull attributes from it?