Skip to content

Commit 8b210eb

Browse files
authored
Merge pull request #8261 from MicrosoftDocs/repo_sync_working_branch
Resolve syncing conflicts from repo_sync_working_branch to main
2 parents 4cdf590 + d21d073 commit 8b210eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/developer/data-platform/use-fetchxml-construct-query.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ foreach (var c in result.Entities)
129129
}
130130
```
131131

132-
> [!NOTE]
133-
> You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
132+
> [!IMPORTANT]
133+
> When working with code such as the above example, always make sure that your string is a valid encoded XML string. This is especially true regarding the possibility of containing special characters in condition values such as &<> being encoded as \&amp;\&lt;\&gt;.
134+
135+
You can convert a FetchXML query to a query expression with the <xref:Microsoft.Crm.Sdk.Messages.FetchXmlToQueryExpressionRequest> message.
134136

135137
## FetchXML query results
136138

0 commit comments

Comments
 (0)