I'm working on a Power App that will be using the MS Planner connector to read/write data to Planner items. I have everything working properly with one exception: I'd like to be able to read/write to the comments (conversation?) section of a Planner item but I don't see anything in the docs that references the comments.
From what I've been reading, it looks like they are group conversations? Does anyone know how I can access them? Same question for the Notes on the planner item.
So I've been playing around with this a bit more and found that I can get the conversations for the group in question using the Office365Groups.HTTPRequestV2.
I was able to set the output of that to a variable, but can't seem to do anything with the results. I was able to parse the output using jsonformatter online, but can't get my app to do anything with the JSON output by using ParseJSON:
This is what I see when I use the online formatter:
How can I use the data returned by the Office365Groups.HttpRequestV2 function? I'd like to turn the data into a usable table to put the author, date, and comment into a gallery.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.