Hi
I am pulling information from O365 and inserting it into a SharePoint Online list.
It works fine.
I now wish to check is users have "Unlicensed" in their "Licenses" property.
I have a parseJSON step which works for strings and will create the item in the list with all the properties.
But if I try to do this
body('Parse_JSON')?['assignedLicenses'][0]
for the licenses property then nothing seems to get created in the list.
It just runs and does nothing.
Thanks
P


