Hi,
Someone can help me to find out what's wrong with my formula ->
ClearCollect(Coll1, Filter(Users, 'User Name' = UserId.Text));
I have a connection named "Users" which is a CDS connection ->

And my control name for text input is UserId
So that is my formula, to get the record from table Users, doesn't it ?
then I put this formula in a button, in the OnSelect property.
I check in that CDS table, there is a user with what I'm key in in the UserId text input. But I don't know why, when I checked the collection, it is always empty.
Thanks,