Hi,
by the way, I would like to know how to call a variable defined in scripting and assign it to another variable of another scripting object
indeed I have a scripting object in which I defined a variable "file" which must have the name of a file, and I then have an "issuy" linked to the Scripting object in which I define a variable Y and Y must contain the value of "file".
How do I write Y = file
I tried: Y = $ {file} $, it sends me an error that it can not find the file; I think it's because Y does not recover the value
thanks for your help