Hello!
I'm trying to manipulate some data from the Disk table on LS Cloud to do some calculation to get the total free disk space and Capacity size but whenever I try to manipulate the volumes "volumes.freeSpace" and "volumes.capacity", I cannot do anything with those fields. I am able to work with "volumes.driveLetter", concatenate informations and such but whenever I try to add a field and do calculations on freeSpace or Capacity, the new field doesn't even create itself.
Note that I was able to do this on intunes devices that returns "intuneDevice.totalStorageSpaceInBytes" to calculate the bytes to GBs and then concatenate a string.
Thanks