Skip to content

Commit 106ce6c

Browse files
committed
TOC updates and small fixes
TOC updates and small fixes
1 parent eea95f0 commit 106ce6c

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

docs/business-apps/power-automate/guidance/working-with-get-items-and-get-files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ Other examples:
6060
* Location eq 'Midwest' and Status eq 'Approved'
6161
* startswith(Title, 'A')
6262
* startswith(Title, 'A') and Start_x0020_Date gt 'formatDateTime(utcNow(),'yyyy-MM-dd')'
63-
* formatDateTime(utcNow(),'yyyy-MM-dd') is an expression
63+
* formatDateTime(utcNow(),'yyyy-MM-dd') is an expression.
64+
* Country/Title eq 'New Zealand'
65+
* Country is a lookup column in the list and Title is a column in the referenced list.
6466

6567
![ODATA filter queries in Get items action](../../../images/flow-get-items-filter-query.png)
6668

docs/business-apps/power-automate/sharepoint-connector-actions-triggers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ When you move one or more files from one document library to another, the origin
198198
When users sync one or more files from one document library to another, the original file is moved (synced) from your client to the destination library. Syncing the file will not alter any custom metadata including when the file was created and modified. Hence, this action will not trigger any flows for those file syncs in that library or in your OneDrive for business.
199199

200200
### Supported lookup columns
201-
If your list/library has lookup columns, **Get items** and **Get files** actions support returning items with a maximum of 12 lookup columns, excluding the out-of-the-box **Created by** and **Modified by** fields. If your list or library exceeds this threshold, the flow in Power Automate fails.
202-
203-
We do not support lookup columns in both **filter by** and **order by** queries in the action. These include fields such as person fields, lookup columns to another list, taxonomy fields, and so on.
201+
If your list/library has lookup columns, **Get items** and **Get files** actions support returning items with a maximum of 12 lookup columns. If your list or library exceeds this threshold, the flow in Power Automate fails.
204202

205203

206204

docs/toc.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,30 @@
400400
href: general-development/client-side-web-parts-maintenance-mode.md
401401
- name: Roadmap
402402
href: spfx/roadmap.md
403+
- name: Business Apps & Process Automation
404+
items:
405+
- name: Overview
406+
href: business-apps/introduction-to-sharepoint-business-process-integration.md
407+
- name: Get started
408+
items:
409+
- name: Set up your SharePoint site
410+
href: business-apps/get-started/set-up-sharepoint-site-lists-libraries.md
411+
- name: Power Automate
412+
items:
413+
- name: Overview
414+
href: business-apps/power-automate/sharepoint-connector-actions-triggers.md
415+
- name: Get started
416+
items:
417+
- name: Create your first flow
418+
href: business-apps/power-automate/get-started/create-your first-flow.md
419+
- name: Connect your flow to other services
420+
href: business-apps/power-automate/get-started/connect-to-other-services-in-your-flow.md
421+
- name: Concepts & scenarios
422+
items:
423+
- name: Working with Get items and Get actions
424+
href: business-apps/power-automate/guidance/working-with-get-items-and-get-files.md
425+
- name: Working with the SharePoint Send HTTP Request action
426+
href: business-apps/power-automate/guidance/working-with-send-sp-http-request.md
403427
- name: SharePoint Add-ins
404428
items:
405429
- name: Overview

0 commit comments

Comments
 (0)