Skip to content

Commit 5b03027

Browse files
committed
Fix link
1 parent ee662c9 commit 5b03027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The number of records to generate is rounded down to the nearest whole number an
5454
| **Sequence( 4, 24 )** | Generates a 4 record table starting at 24 and incrementing by the default 1. | ![Sequence-4-24](media/function-sequence/sequence-4-24.png "Sequence-4-24") |
5555
| **Sequence( 4, 4, -1 )** | Generates a 4 record table starting at 4 and incrementing by -1, effectively counting backward. | ![Sequence-4-4-n1](media/function-sequence/sequence-4-4-n1.png "Sequence-4-4-n1") |
5656
| **Sequence( 4, -100, 0.5 )** | Generates a 4 record table starting at -100 and incrementing by 0.5. | ![Sequence-4-n100-p5](media/function-sequence/sequence-4-n100-p5.png "Sequence-4-n100-p5") |
57-
| **Sequence( 0.9 )** | Generates an *empty* table as the count rounds down to 0. | ![Sequence-empty](media/function-sequence/sequence-empty.png"Sequence-empty") |
58-
| **ForAll( Sequence( 4 ), Rand() )** | Generates a 4 record table of random numbers. | ![sequence-4-random](media/function-sequence/sequence-4-random.png"Sequence-4-random")<br>*Actual numbers will vary.* |
57+
| **Sequence( 0.9 )** | Generates an *empty* table as the count rounds down to 0. | ![Sequence-empty](media/function-sequence/sequence-empty.png "Sequence-empty") |
58+
| **ForAll( Sequence( 4 ), Rand() )** | Generates a 4 record table of random numbers. | ![sequence-4-random](media/function-sequence/sequence-4-random.png "Sequence-4-random")<br>*Actual numbers will vary.* |
5959
| **Concat( Sequence( 5 ),<br>Text( Value ) & " " )** | Generates a string of numbers from 1 to 5. | **"1 2 3 4 5 "** |
6060

6161
### Character map

0 commit comments

Comments
 (0)