Problem additional field physicalMemoryInBytes from Intune with Service Graph Connector

Loic Fournier
Kilo Contributor

Dear Community,

I trust that you are doing well,

We have done an integration Service Now > Intune with Service Graph Connector, everything is working fine but we need additionals properties / attributes like Jointype, and others and especially physicalMemoryInBytes. It's working for all of the others except for physicalMemoryInBytes with always a 0 value return 

We can see in Graph API list of properties as this is well one of it > https://docs.microsoft.com/en-us/graph/api/resources/intune-devices-windowsmanageddevice?view=graph-rest-beta

So i search on Internet and i find a topic > https://techcommunity.microsoft.com/t5/microsoft-intune/physicalmemoryinbytes-always-returns-0/m-p/3025721

Apparently physicalMemoryInBytes is in specific context hardwareinformation and we need maybe to specify it. I try in the flow designer to map it like below but this is not working 

outputs.targetObject.hardwareinformation,physicalMemoryInBytes = record.hardwareinformation,physicalMemoryInBytes;

Does someone has already experimented this problem ? how do you have solve it ? what is the correct way of defining an under context in the flow designer ? 

5 REPLIES 5

ashish31
Tera Contributor

Hi @Loic Fournier , Any updates on this? Looking to resolve same issue. Thanks !