User show Data

Hello me again. I’m not a programmer, that’s why I use wppler. I am still a student. The documentation and the software are really different. So I’m having a hard time, but thanks to your support, it works. My problem now is that I want to display User data on the dashboard and have gone through the instructions step by step.

https://docs.wappler.io/t/getting-details-of-the-logged-in-user-and-binding-them-to-your-page/2850

But nothing happens. Is the software really that difficult

Hi, Daniele

Tell us in more detail what exactly is not working for you? At what step does the problem occur and what exactly is the problem?

After logging in the dashboard the data should appear but it is empty

I worked through the instructions right through to the end and the steps are logical, but in version 3.7.3 the blocks look different than in the document and that makes it difficult I don’t know whether I forgot something or not

Can you post screenshots of your setup so far so we can look at the issue?

These 2 images are the structure in which I used to make my data be able to be loaded onto my page, after these steps you need to dynamically load the data into the page as this is different depending on your setup I didn’t screenshot this. The way to dynamically choose content is the lightning bolt when you double click anything like a paragraph. Then for a paragraph you’d just return the data from inside your server connect.

First
grafik

Then
grafik

My Querry
grafik

Then a Serverconnect in the API
grafik
The propertie
grafik

The Data on the Dashbord in Wappler
grafik

MySql Data

On Browser after i Loged In
grafik

does the query actually return from your database? can you check what’s returned from the XHM requests in your browsers inspect element, just to add you will need to refresh your browser to see the query after you open the inspect element.

Another thing to note is what is the security restrict used for?

Hm i dont now how i do this :thinking:

It is in the Doku description tut

right click in your browser the inspect element the there will be a XHM section somewhere

My bad its actually XHR not XHM here a image of it in safari

i found no Querry

Have you looked in the preview tab? next to header

Heres what my return looks like

If that isn’t loading there’s something wrong with your server action are you sure that the identity is returned by the provider? id advise looking into the debugging tutorial

grafik
I set the Property to Page Record and now it works

I found the fealer the name must by not query
image

So this work with other name
image

I tested with the variation 1 (query) and 2 (other name) so that i can understand the error