SharePoint get list item action
- Updated: 2023/12/31
SharePoint get list item action
Use the Get list item action to retrieve the list item details from a list in your SharePoint site.
先决条件
Ensure that you are authenticated before initiating any SharePoint action. For more details, see SharePoint 身份验证 action.
过程
注: 输出以类型 Dictionary 的列表形式检索。 要读取此列表中的单个记录(行),您需要使用 Loop 操作循环遍历所有字典项,并单独读取或提取记录(行)。 例如,如果列表存储在变量 list_FolderDetails 中,并且它包含五条记录,则每条记录都会被传递到循环中,一次处理一条。 循环读取每个文件夹的名称、URL、最后修改时间和唯一 ID。
