Current User data is not being sent. Why could this happen?
I recreated the page, but it still doesn’t work.
Hey @Yuki.O,
This issue could be caused by multiple reasons. Here are some things to check, so we can know what’s causing the issue:
1- Check if there are multiple (Current user) data sources coming from different screens to this one.
2- Check if the text is added correctly in the group, because it could be a text layout or visibility problem.
3- Try replacing the (display_name) by (Current user ID) through magic text, if the text shows the ID, then the issue comes from the (display_name) property itself. In this case, you can create a new property or check what’s the issue.
4- Make sure this current user has a (display_name) in the database when testing.
Let me know how it goes.
For point 1: I thought the same, so I duplicated the screen, created a new one, and tested it there, but the Current User was still not being passed.
For point 2: I already checked this. Also, even though I set the Current User in the send action as the receiver property, that field alone is null in the database.
For point 3: I tried this as well, but nothing is displayed.
For point 4: This is already confirmed.
Additionally, even when I create a completely new page (not duplicated), the Current User still does not display. This happens even though the UI indicates that the Current User is being passed, and it also does not display when using the ID property.
However, when navigating from the source page using a component other than the list, the data is passed correctly. Because of this, I believe the issue is likely related to this list on the source page, but I haven’t been able to identify the exact cause.
Could you please share any ideas or suggestions on what might be causing this?
If possible, I would also prefer not to set the Current User as the receiver at this stage. Ideally, I would like to update the receiver on the destination screen later.
@Yuki.O, what happens if you remove the create message action and check the app? I would also recommend adding the actions into the rectangle/container (In this case, it would be the image component as I only able to see that in the list) instead adding into the list. And also if you just wanted to show images only, you could use a built-in list instead a custom list. (such as image list, horizontal card list, ..)
Thank you and have a great day!
Hey @Yuki.O,
Thank you for providing screenshots, and more information. Please make sure to check in the (destination screen), the “Available Data” section, and check if some data sources are blocked especially the (Current user) data source.
Also if you can please share an image of the transferred data of the list (Link action) shown in your original screenshots, and make sure that it is transferring (Current user).
If still not passing, try having the list in a Group with no visibility conditions. or add the action into one of the lists components instead.
Let me know how it goes.





