Customer Portal

Type issue mapping parameters to ExecuteGraph

Comments 2

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi anyeone,

    Parameters are always type string, I know it might be confusing but the "Editor Type" property is to let the editor know to only accept the type selected as the value. Thus, for example if you choose integer and start writing a string in the editor, it will let you know that only integer are valid. I'm quite sorry for the confusion, I would advise to type cast the job_id you are sending to the Parameter, it should look something like this:

    $out.0.JOB_ID = num2str($in.0.job_id)
  • Avatar
    anyeone
    0
    Comment actions Permalink
    That's how I've been handling it, thanks for clearing it up!

Please sign in to leave a comment.