Skip to content

Commit 039449c

Browse files
Correction in non-delegable and delegable
Changes in statement from "However, the first formula is non-delegable while the second is delegable." to "However, the first formula is delegable while the second is non-delegable." as per formula described in table.
1 parent 5d057c3 commit 039449c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/performance-tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Where possible, use functions that delegate data processing to the data source i
9999
> [!TIP]
100100
> To learn about delegable functions supported by specific connectors, go to the [connector documentation](/connectors/).
101101
102-
For an example of delegable functions, consider an ID column defined as the **Number** data type in a SharePoint list. Formulas in the following example will return the results as expected. However, the first formula is non-delegable while the second is delegable.
102+
For an example of delegable functions, consider an ID column defined as the **Number** data type in a SharePoint list. Formulas in the following example will return the results as expected. However, the first formula is delegable while the second is non-delegable.
103103

104104
| Formula | Delegable? |
105105
|---------------------------------------------------|------------|
@@ -157,4 +157,4 @@ Review the [coding standards](https://aka.ms/powerappscanvasguidelines) for maxi
157157
[Troubleshooting startup issues for Power Apps](../../troubleshooting-startup-issues.md)
158158

159159

160-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
160+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)