How would I get the name of the user currently logged into the system using Dataform? I tried this:
const os = require("os");
console.log(os.userInfo().username);
but after typing "dataform compile" in the terminal I get this
Do you have any ideas? Thank you in advance
Via Active questions tagged javascript - Stack Overflow https://ift.tt/wbkqJ68
Comments
Post a Comment