Hey, detail("../set_seed", "seed_detail", 0) without "`" work for me. The "grave accent" characters are only needed if, for example the input field is a string and you want to pass an expression.
viklc Hey, details() expression is for reading intrinsic values, detail("../set_seed", "seed_detail", 0) without "`" work for me. The "grave accent" characters are only needed if, for example the input field is a string and you want to pass an expression. In your case, both the retruned value of the expression as well as the input are integers.
I was too careless, just delete "``" and it will be fine. Thank you for your help!