PowerApp
I am trying to pull Outlook contacts from outlook. I am using Office365.ContactGetItems("Contacts").value. It works with Default contacts folder but i have Sub contact folder called Subcontacts.
When I try to use Office365.ContactGetItems("Subcontacts").value, i got following error
Office365.ContactGetItems failed: { "status": 400, "message": "Id is malformed.\r\nclientRequestId
"error": { "message": "Id is malformed.", "code": "ErrorInvalidIdMalformed", "originalMessage": "Id is malformed." }, "source": "office365-wus.azconn-wus-001.p.azurewebsites.net" }
Please help
T