Hello Everyone,
I am a newbie in flow so please overlook my common mistakes. I am creating a flow and in that i am using 'Get Items' action to get the items of a list. After that i used 'Filter array' action to get the desired entries of the list. Now i am getting the output in JSON format and i dont know how should i get the values of 'Title' column. I have checked numerous posts on internet but couldn't figure out how to do it. I am attaching a pic of my flow and also the output of 'Filter Array'. The output have 3 entries but i am posting only one. Please help this newbie.
{ "@odata.etag": "\"9\"", "ItemInternalId": "1", "ID": 1, "Title": "My email ids are stored here", "Department": { "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference", "Id": 1, "Value": "deleted this" }, "Department#Id": 1, "Modified": "2019-05-16T10:10:41Z", "Created": "2019-05-14T09:03:37Z", "Author": { "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", "Claims": "i:0#.f|membership|", "DisplayName": "Ankush Garg", "Email": "I have deleted this. ", "Picture": "deleted this/_layouts/15/UserPhoto.aspx?Size=L&AccountName=deleted this", "Department": "Information Technology", "JobTitle": "Sharepoint Developer" }, "Author#Claims": "i:0#.f|membership|deleted this", "Editor": { "@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", "Claims": "i:0#.f|membership|deleted this", "DisplayName": "Ankush Garg", "Email": "deleted this", "Picture": "deleted this/_layouts/15/UserPhoto.aspx?Size=L&AccountName=deleted this", "Department": "Information Technology", "JobTitle": "Sharepoint Developer" }, "Editor#Claims": "i:0#.f|membership|deleted this", "{Identifier}": "Lists%252fStateandApprovers%252f1_.000", "{IsFolder}": false, "{Thumbnail}": { "Large": null, "Medium": null, "Small": null }, "{Link}": "deleted this/_layouts/15/listform.aspx?PageType=4&ListId=deleted this9B82D2E8050DDEC", "{Name}": "deleted this", "{FilenameWithExtension}": "deleted this", "{Path}": "Lists/StateandApprovers/", "{HasAttachments}": false }
Solved! Go to Solution.
See Jon Liu's, A Thesis on the Parse JSON action in Microsoft Flow for how to use, manipulate and prune JSON data for use within your Flow.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
See Jon Liu's, A Thesis on the Parse JSON action in Microsoft Flow for how to use, manipulate and prune JSON data for use within your Flow.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @garga4 ,
You could use Expression to get the Title of each item.
Image reference:
Please take a try.
Best Regards,
I tried your method as well but it didnt work.
Hi @garga4 ,
Are you talking about my method?
Could you provide your configuration and screenshots? I think my method is no problem.
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
8 | |
6 | |
5 | |
3 | |
1 |