Comments on: Power Automate Get items https://www.spguides.com/power-automate-get-items/ Learn SharePoint, Office 365, Nintex, PowerApps, PowerBI etc, SharePoint training and video courses Mon, 18 Mar 2024 17:08:32 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Tom https://www.spguides.com/power-automate-get-items/#comments/1039 Wed, 20 Sep 2023 18:48:35 +0000 https://www.spguides.com/?p=35448#comment-1039 You don’t mention how you get those values out of the “Compose” object(s)? How do you reference them outside of the “Apply to each” once it’s finished? I was thinking it would be some sort of expression, like
body(‘Apply_to_each’)?[‘value’]?[0]?[‘ID’]
???
It would have been nice to have gone into that, at the end. But I guess you’re supposed to do everything you want with them on-the-fly. So I figured out that your loop will already have the “value”:
outputs(‘Get_items’)?[‘body/value’]
and then, if you want a particular field off of that, like ID, it becomes
items(‘Apply_to_each’)?[‘ID’]
You should have mentioned this.

]]>
By: Steven Summone https://www.spguides.com/power-automate-get-items/#comments/941 Wed, 08 Feb 2023 14:30:20 +0000 https://www.spguides.com/?p=35448#comment-941 Great introduction Tutorial, thank you 🙂

]]>
By: sandra_nz https://www.spguides.com/power-automate-get-items/#comments/856 Mon, 03 Oct 2022 07:05:40 +0000 https://www.spguides.com/?p=35448#comment-856 Great article, thank you! Any insights as to why the Top Count description says “default = All” when default actually = 100?

]]>
By: m.sabau https://www.spguides.com/power-automate-get-items/#comments/850 Tue, 20 Sep 2022 14:22:57 +0000 https://www.spguides.com/?p=35448#comment-850 Could you make a tutorial on how to get items from a certain action/connector? I need to get all values from a ‘Get item’ from sharepoint using an expression

]]>