Introduction
This blog explains how to display out of the box and custom activities in the Timeline of the PowerApps portal.
Use Case: In my example, I have a custom entity named “demo” and a custom-activity-type entity named “Custom activity”. We will display activities related to the demo records in the PowerApps portal.
Steps to be followed:
- Entity (Table) must have activities enabled.

- Add the Timeline on the Main form.(The form which you are using in the PowerApps portal)

- Once you are done, Go to Portal Management App.
- Select the entity form on which you want to add the timeline. (Edit or Read only forms)

- Go to “Entity Form Metadata” tab and click on “+New Entity Form Metadata”

- Select Type as Timeline and set Create Enabled to true if you want to allow users to create Portal Comments.

- Save and Close the record.
- Once you are done customizing the entity forms, we have to create entity permissions so that users can access them on the PowerApps Portal.
a. Entity permission for the demo entity. (Don’t forget to add web roles to the entity permission)

b. Entity permission for Activity (activitypointer)

c. Entity Permission for Portal Comments
Entity: Portal Comments
Scope: Parent (This will make sure that the user can only see portal comments that are related to the record)
Privileges: Read,Create,Append,Append To

- Go to PowerApps portal. You can see activities in the timeline.
By default, a user can only see the activities given below in the Timeline of the Portal.
- Appointment
- Phone Call
- Portal Comment

To View other and custom activities follow the steps given below:
- Search for “CustomerSupport/DisplayAllUserActivitiesOnTimeline” site setting and update its value to true.
Note: If this site setting does not exist, create a new site setting record as shown below.

- Go to Solutions –> Default Solution

- Open the Activity Table
- Go to views and select “Portal Timeline view”

- Click on Edit Filters and add the activity which you want to display.

- Click OK after editing the filter. (I have added Task and Custom Activity in filter)

- Save and Publish

Go to your PowerApps portal, you can now see tasks and custom activity in the timeline. (Clear Cache of your portal if it is not visible)

Hi,
thanks for a good tutorial. I have a few questions. I did everything as you said, but I can’t reach this result. Basically, end user in my portal can’t see Activities, only Notes (if from Model-Driven App side *WEB* before Note is added). Does this feature (displaying activities in timeline of power apps) requires specific licenses f.e. D365 Customer Engagement Plan?
I have ‘Power Apps per User’ for Model-Driven App and Power Portal license.
Thanks for your time.
Best regards,
Simon
Can you switch to the classic form editor and add the timeline on the form. save and publish your customizations and check again in Portal.