Is there a way to execute a "get html" command on grid editor?

On touch portal I have the option to insert a get html block and then type as an example this

http://localhost:7741/runAutomationBlocksScript?filePath=C:\Users\demet\Documents\Automation%20Blocks%20Pr%20Library\guassian%20blur.xml

Which will trigger an action on premiere pro. I want though to be able to assign this on an encoder, a different one for left rotation and another one I have for right rotation

Was hoping someone would know before my en16 arrives! :blush:

You can create a package for the Grid Editor using JS that will run in node to do that! Packages can be hot loaded into Grid Editor. Check the following examples:

Was hoping for a simple type this “…” In the code block :astonished: but I guess it’s not as simple. Thanks though anyway!