Skip to content

Commit 52f9483

Browse files
authored
Merge pull request #3662 from MicrosoftDocs/Nava_updates
Fix typo
2 parents 2cdf1cb + fdd1101 commit 52f9483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-forall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Calculates values and performs actions for all the [records](../working-with-tab
2020

2121
## Description
2222

23-
The **ForAll** function evaluates a formula for all the records if a table. The formula can calculate a value and/or perform actions, such as modifying data or working with a connection. Use the [**With** function](function-with.md) to evaluate the formula for a single record.
23+
The **ForAll** function evaluates a formula for all the records in a table. The formula can calculate a value and/or perform actions, such as modifying data or working with a connection. Use the [**With** function](function-with.md) to evaluate the formula for a single record.
2424

2525
Use the [**Sequence** function](function-sequence.md) with the **ForAll** function to iterate based on a count.
2626

0 commit comments

Comments
 (0)