Hi, sorry is this a really basic question, but it’s driving me a little crazy. I’m just trying to display a simple csv in a table on a new dashboard, but it is not working. I feel like it should be really simple, so I must be missing something.
Also, another issue I was running into was the fact that PU runs as SYSTEM. So when I had tried grabbing the csv from a shared folder location it was failing.
Are you grabbing the csv from inside your dashboard code or a scheduled script in PowerShell Universal? I have had better luck creating a script that copies the csv file from the original location to the PowerShell Universal server using a variable with a username/password that has access to the share. Then import from that location on PowerShell Universal Server. At least that is my advice. Probably an easier way from the more experience guys on here.