I am trying to show activities (CDS entity activitypointer) on the Power Apps portal filtered by the currently logged in user. Using regardingobjectid as lookup in the filter conditions on the entitylist seems to do nothing as I still get all activities. That of course could be as underlying the regardingobjectid can refer to various types of entities, not only contact. Filtering like described does work for a regular lookup to contact.
Of course, once I have managed to get the list of activities I will encounter the next challenge - showing various pages based on the activitytype (for an e-mail one would like to see other detail information than for a task). So I wonder if I should continue the out-of-the-box entitylist behavior route. Any advise is welcome!