Bridge / JS Error

Options

Hi,

I am new to Bridge. I was following the Bridge help article for JavaScript, but I am unable to get it going. I believe I am making a very basic error, that I am unable to spot. I know programming, but have not used JS.

The body of the JS Extension is only returning "hello", but I can't get it to work.

Need a push in the right direction please.

Regards,

Tags:

Answers

  • Genevieve P.
    Genevieve P. Employee Admin
    Options

    Hi @akhalid

    It looks like you have the test custom script set up correctly in the JavaScript extension.

    Can you post a screen capture of how you have the "Run Script" module set up in Bridge? Is it possible that the Script Name ("test-helloworld") is not specified in the module under the Script Name header?

    Cheers,

    Genevieve

  • Rafa Serrano
    Options

    Hi,

    Try using single quotes and removing the semicolon.

    It worked for me.

    I hope it works for you :)