Data based on dynamic me doesn't work

Rami_Joulani
Tera Contributor

Hey there, I am trying to display activities dynamically for users, but the issue is, on the job collection, it only gets data for the chosen Run as user, though the condition is activity owner.user is dynamic me.
So if Run as: Rawan, and rawan has 2 activities, those 2 activities will show to everyone, but no other dynamic activity will be shown. If the Run as user has no activities

it will show 0 activities for all users.

What am I missing?

image.png

 

Screenshot 2026-01-06 at 13.37.48.png

 

5 REPLIES 5

It says if run as user isn't admin it will ignore dynamic filter, but I put an admin same issue, I put system administrator it showed me 0 though I have records for myself, but system admin don't.

pavani_paluri
Tera Guru

Hi @Rami_Joulani ,

 

Could you please try replacing me with javascript:gs.getUserID() so that it takes current session user.

 

Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Pavani P

The thing is, in the list filter that can work, but in the indicator source condition, that doesn't work putting raw javascript, it won't take it.

Screenshot 2026-01-07 at 12.29.43.png

 I went to check dynamic filter options, I found the Me, it's already gs.getUserID() so it's useless to duplicate it, as it works in other filters.