Listing Error

Try removing the database query step from the server action and adding it again, something got corrupted somehow.

1 Like

image
check this one & also tell me which one i have to delete and Add it again

Hm, so you have some nested stuff going on - not only a database query?
From what i see the repeat expression is totally wrong.

What exactly are you trying to achieve there?

I just want to display my List of Username not by form generator by nust Repeat

Well … then in your server action you just need one database connection and one database query step. Nothing else.
I suggest you to start with the basic docs to learn how to display data on the page: https://docs.wappler.io/t/creating-database-queries/2872

image
i do the same nothing happened

Do you still see an error in the console? Make sure you hit the save server action button, when you make the changes.


my databinding

So:

i got my data but not dispay AS MY SELECT ROW
{“query1”:[{“username”:“it”},{“username”:“it”},{“username”:“itmaster228”},{“username”:“itmaster786”},{“username”:“Mohammad Nayyar”},{“username”:“Mohammad Saqib”},{“username”:“Mohammad Sib”}]}

What exactly do you mean by

i got my data but not dispay AS MY SELECT ROW

SCREEN IS EMPTY

So have you created a repeat region and placed the data on the page?

Your expression is completely wrong. You must select the query as an expression, you have currently selected 3 different things.
Once again, check the docs - it’s all explained there.

I JUST WANT USERNAME DISPLAY I HAVE TRIED EACH query

No need of CAPS.
As i explained you, the expression for the repeat region is wrong. Select the right expression and bind your data inside.

Then what tell which one is right region for repeat

As i explained above: