Access function in modules

avatar
(anonymous user)

Is it possible to access function from module to page in dashboard/app.
If yes, how can we do that?

Thank You

All Comments (2)

avatar

Have you tried:

Import-Module ModuleWithYourFunctions


in your dashboard/app code?

avatar

Yeap. I tried and worked Was trying to delete this question couldn’t.
Thank you.