Maybe you tried to use the “privatekeypem” directly. First you need to define the output variable in script block, select the output variable, select string > type privatekeypem and try to call the variable anywhere in config it will work
Hey mate, that’s not considered a bug. It’s actually something called “variable scope.” The environment doesn’t recognize the variable and will throw an error. In short, you’re trying to call a variable that doesn’t exist at that level—something like that.