Parameters in popup view show as undefined

I have a popup view. The popup view accept 2 parameters.

However, it shows like this (showed in 2 labels):
{EFF10CB6-A7D7-477E-8993-06A8F47A642E}

Doing it like this:

I don't understand why is showing it like this.

The data comes from a binding to the row selection on a table that comes from a query.

Any help is appreciatted!

Make the custom properties public for those params that you are sending to the popup.

They are already to public.

Show what the params are bound to in full, also the structure is bound to something, are you sure it’s value is something in the client and not just in the designer?

1 Like

I just found what is happening :person_facepalming: