Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update query-string-url-tricks-sharepoint-m365.md #995

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Community/query-string-url-tricks-sharepoint-m365.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Query String URL Tricks for SharePoint and Microsoft 365
ms.date: 03/22/2022
ms.date: 10/31/2024
author: PatD
ms.reviewer: pamgreen
manager: pamgreen
Expand Down Expand Up @@ -223,7 +223,7 @@ In a list or library, the minimum needed for this type of filter is:
`?useFiltersInViewXml=1&FilterField1=<internalFieldName>&FilterValue1=<valueA>&FilterField2=<internalFieldName2>&FilterValue2=<valueB>&FilterField3=<internalFieldName3>&FilterValue3=<valueC>`

>[!TIP]
>You can find out the internal column name by going to List Settings, choosing the column, and looking after the `&Field=` key in the URL. That's using a query string URL to help you make a query string URL!
>Internal field name is not the column name. You can find out the internal filed name by going to [List Settings](https://support.microsoft.com/office/edit-list-settings-4d35793b-246e-42a3-990c-563a83795b7f), choosing the column, and looking after the `&Field=` key in the URL. That's using a query string URL to help you make a query string URL!

**Example Scenario using FilterField**
_You might have a Power Automate Flow set to email a List view status report URL based about a product in a list… with hundreds of possible products. You wouldn't want to make separate views for each product._
Expand Down