PLEASE HELP! I am having a problem that I need help solving. I am new to WeWeb and love using it.
I am making a simple “callXano” dynamic collection to fetch every record from a backend Xano table and API endpoint. Why is the data not binding to the table as it should? For more context, I plan to create a pagination functionality.
I’m trying to bind the column name by accessing the text formula and entering a string name for each table column manually such as, “created_at”
In the above image, you see the “created_at” text string substitution for item.data.created_at binding shown below. This is obviously because the page then shows the first index of the row in this object. So if you can imagine, the date from the first index such as “Th 22 Jan 2025 00:00:00 +00000” is being displayed.
How do I properly display my Xano table in WeWeb?