|
2 | 2 | title: Add and configure the timeline control in Power Apps | MicrosoftDocs
|
3 | 3 | description: "Learn how to add and configure the timeline control to use in a model-driven app."
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 10/04/2023 |
| 5 | +ms.date: 10/05/2023 |
6 | 6 | ms.reviewer: "matp"
|
7 | 7 | ms.suite: ""
|
8 | 8 | ms.tgt_pltfrm: ""
|
@@ -615,17 +615,26 @@ Power platform administrators can restrict the file size of attachments users ca
|
615 | 615 |
|
616 | 616 | ## Known issues
|
617 | 617 |
|
618 |
| -### When you create a note in a timeline, the character string "$&" is converted to "{3}amp;" |
| 618 | +### Duplicate posts are shown when sorting records by older to newer |
| 619 | + |
| 620 | +The API the timeline uses to fetch posts doesn't support sorting by older to newer posts. When you sort this way, the timeline receives the wrong posts to display. When sorting the timeline by older to newer, use notes instead. |
| 621 | + |
| 622 | +### Notes can only have one attachment added from the attachment button |
619 | 623 |
|
620 |
| -This is a configuration issue for the rich text editor control. To resolve this, add `"removePlugins": "stickystyles" ` to your RTE config file. |
| 624 | +This is by design, with plans to allow more attachments in the near future. Multiple attachments can be added inline by dragging and dropping them into the note. |
621 | 625 |
|
622 | 626 | ### Timeline fails to load with error `code:"0x8004430d","message":"Number of link entity: <number> exceed limit 15`
|
623 | 627 |
|
624 | 628 | There's a limit of 15 different tables that can be associated with a timeline. Either disable some of the activities associated with the timeline, or follow one of the workarounds described in this article: [Timeline doesn't render and shows "Records couldn't be loaded"](https://support.microsoft.com/topic/timeline-does-not-render-and-shows-records-could-not-be-loaded-4ce9200a-1afe-3ef4-ac11-a74b91f4f40c)
|
625 | 629 |
|
| 630 | +### When you create a note in a timeline, the character string "$&" is converted to "{3}amp;" |
| 631 | + |
| 632 | +This is a configuration issue for the rich text editor control. To resolve this, add `"removePlugins": "stickystyles" ` to your RTE config file. More information: [Rich text editor properties](rich-text-editor-control.md#rich-text-editor-properties) |
| 633 | + |
626 | 634 | ### See also
|
627 | 635 |
|
628 | 636 | [FAQs for timeline control](faqs-timeline-control.md)
|
629 | 637 |
|
| 638 | +[Use the timeline control](../../user/add-activities.md) |
630 | 639 |
|
631 | 640 | [!INCLUDE[footer-include](../../includes/footer-banner.md)]
|
0 commit comments