Skip to content

Commit 566847c

Browse files
authored
Merge branch 'main' into phecke-plugin-updates
2 parents 80c9031 + 1d4ff61 commit 566847c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

powerapps-docs/maker/model-driven-apps/set-up-timeline-control.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add and configure the timeline control in Power Apps | MicrosoftDocs
33
description: "Learn how to add and configure the timeline control to use in a model-driven app."
44
ms.custom: ""
5-
ms.date: 10/04/2023
5+
ms.date: 10/05/2023
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -615,17 +615,26 @@ Power platform administrators can restrict the file size of attachments users ca
615615

616616
## Known issues
617617

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
619623

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.
621625

622626
### Timeline fails to load with error `code:"0x8004430d","message":"Number of link entity: <number> exceed limit 15`
623627

624628
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)
625629

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+
626634
### See also
627635

628636
[FAQs for timeline control](faqs-timeline-control.md)
629637

638+
[Use the timeline control](../../user/add-activities.md)
630639

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

0 commit comments

Comments
 (0)