Hi all! I’m having issues trying to figure out how to import a module to use in various endpoints. I’ve found various information in the docs. I’ve attempted using New-UDEndpointInitialization -Module ‘.\module.psm1’ but when I try to use a function (Attempting with PSLiteDB) from the module, I’m able to see it fails each time by using Try/Catch blocks with Show-UDToast (how I typically troubleshoot in UD). I also tried to go down the route of using New-UDDashboard -EndPointInitialization but I can’t get that to work either. Failed to find any examples of this being used, only mentioned in the docs.
Can someone point me to an example dashboard on github that’s effectively importing and using a module? Thanks for any assistance that can be provided!