How to get the current user id?

How do I get the current user id?
For example in a conditional query where I want to show posts in a list if column creator_id = current_user_id

It is the ‘identity’ value from the ServerConnect

1 Like

You can filter them using the identity tag as in this tutorial.

https://wappler.io/docs/#Getting-Logged-User-Details

2 Likes