Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Create a mutable global variable in M language

Hi, community,  I'm working on a custom connector that needs to authenticate before data representation is done, and to do this I don't want to hardcode the auth credentials in my source code.    ...