-
Xano to Integromat
Hello there, I want to link Xano database with Integromat I was creating external API request function in Library [image.png] Then I use this function here in my API (I do not know if this right place to use it here or no ) but how can I link it with Integromat ?? [image.png]someone told me to use webhook but I do not…
-
Is there a way to control the display of specific visual elements of Bravo Studios using Xano's back
More specifically we are creating a progress bar in Bravo Studios and have been told that we would create multiple states of the progress bar and it's different positions through creating states/instances in Figma and making those states/instances controllable by our backend. Anyone with any ideas on how to do this (bear…
-
What is the best nocode frontend compliment to xano
Hey all just want to draw on the knowledge of giants that have come before me and ask what is the best frontend tool to compliment a xano backend. Obviously xano provides so much power in the backend side of things without using code, but do any of the frontend tools provide enough power to keep up. I’m a bubble expert but…
-
Connecting Databases VIA Integromat/Make
This is the scenario I want to create --> If I make a change in my airtable table, VIA integromat, I want to have that change be automatically made in my Xano database as well.
-
Does Xano work with FlutterFlow?
Hello Xano Community, I have completed most of my backend database and logic in Xano, and am looking for a suitable frontend no-code tool to quickly deploy my app (deploying for mobile-only first). I am currently using Bravo, but unfortunately I'm facing issues in their data-binding section as they have screen and other…
-
Debugger gives error but database is updating correctly.
Hello I have connected a Form submission from Webflow to Xano, and the database is receiving the info. However the debugger gives me an error, saying it cannot find any data input (The JSON payload sent by webflow). How can the database receive the inputs, and the debugger gives Error? Here you can see the error…
-
Metamask connection
Hello, I would like to allow users to connect Metamask via the front-end and use their wallet for their user credentials. Does anyone have experience doing this? I want to store their wallet address in a data table along with items they've "liked", posts they've made, etc. I'd love any insight!
-
Best practice connecting with Bubble
Hi there, I am trying out Xano in combination with Bubble in a way that I store no data in Bubble DB, just to see if it is possible. The question I am having now is what's the best practice for my setup to generate the JSON Payload for a call to Xano (For Example: Create Invoice (Post), Create InvoiceLine (Post), Delete…
-
How to Change Request Body Format in xano object to array
Xano Expected:- [Screenshot from 2022-06-15 12-43-23.png] { "var_1" : "123" } Xano Expecting:- [Screenshot from 2022-06-15 12-44-25.png] [{ "assignment" : 234 }, { "assignment" : 235 }] Thanks
-
API post Body
Hello all, I am new here and I am trying to send a post request to my API with a Body that is a json. my only issue is I do not know how to get the body in my API. Thanks for your help Alex
-
Run and debug works but frontend request error
I successfully run and debug API Get request inside Xano and same request from Frontend or Postmen getting error. How is that possible?
-
Adalo and Custom Function Variables
I have created a few custom functions in Xano but do not know how to output that data to a frontend like Adalo. How do i show the calculation result in a field in Adalo? Any help pointing me in the right direction is greatly appreciated.
-
Problem with External Sorting
Hi all! following the documentation on external sorting, I have created a new function and tried to connected to Bubble. The API call works well, but it looks like not the sortingby, nor the orderby inputs work....what am I doing wrong? Here the snippet https://www.xano.com/snippet/fk--sOSa Here some Bubble screenshots:…
-
Error Parsing Json
Hi all! First post in the community and first week integrating Bubble + Xano! First question... I am mapping an EDIT User API into Bubble and I am receiving the following error. Does anybody knows what that mean? When running it in Xano it works like a breeze. [image.png][image.png]
-
Receiving error "wrong key type" while JWS encoding
I am trying to JWS encode a request to the google endpoint for service accounts. I have the JWS encode function most of the way but am not sure what to put for a key or ttl value. Can someone shed some light on this? Would love to buy you a coffee! When I run this with any value for the key i get an error "Wrong key type"…
-
Hello! Does anyone have any recommendations for the easiest way to get new data from a Xano DB to hu
-
Showcase Bubble+Xano app in production
Hi everyone! Due to the polemic caused by Bubble's announcement, with permission of my client, I wanted to showcase one of the apps me and my partner Sergio created together (Sergio in the frontend using Bubble and I in the backend with Xano). EV compare This is marketplace that helps you compare EV cars that are for sale…
-
Stacker as a front end?
I'm using Stacker to connect to various back end data sources like Airtable and Google Sheets, but they also support Postgres database access and I'm hoping to learn more about how I might use Xano as my back end data repository while using Stacker as my web browser front end interface.
-
Login with JavaScript
I'm trying to login to xano from a web application with javascript. Code: function login(){ event.preventDefault() var url = 'xxxxxxxxxxxxxxxxxxxxxx/login' email = document.getElementById("email").value; password = document.getElementById("password").value; obejct = { "email": email, "password": password }…
-
Disappearing Data on Frontend (Adalo)
Hey all, after pulling my data from Xano to Adalo (particularly 'addon' data), the data disappears after like 1-2 seconds. Is anyone else experiencing that? I have tried deleting the 'addon' and resetting it up. I have also tried doing my whole DB/API calling on a new Instance but still no luck. Here's whats happening: …
-
Postgres connection?
Any chance that Xano will open up direct pgsql connection to our db? We are trying to use Retool to do direct SQL query Thanks Joe
-
Has anyone tried connecting Xano to a Notion as a frontend?
-
Xano to Fibery?
Hello! Has anyone connected Xano to Fibery? Am I missing something here? p.s I'm new to this 🙂[add custom app.png]I've copied the API Group Base URL but to no success. Thanks in advance everyone 🙂
-
Webflow Multiple Forms & Single Webhook
Hello All, first post. = ] Does anyone have experience using more than one form with Webflow's default form tools? Each Webflow form has a unique name, of which I could filter on in Xano. The challenge I'm coming up against is different Webflow forms dumping into the same Xano table errors out. The second form does not…
-
Webflow script for pulling URL and then redirecting
[Screen Shot 2022-03-11 at 10.31.25 am.png]Hi all, I'm attempting to pull a link from a Stripe onboarding API (which, by the way, works in the debugger in Xano). The user clicks a button, the API is called, the link is pulled and passed to Webflow, and the user then needs to be redirected. It doesn't seem like a difficult…
-
Bubble API connector
Hi Guys, I really need your help!! I'm building an application using Bubble on the front and Xano on the back. To authenticate users, I'm saving the authentication token in local storage (using a plugin according to Michael's tutorial). When I make the get request to use the token that was saved, the Bubble API connector…
-
Adalo External User Collection Beta
I have been attempting to complete the external database and user authentication connection using Xano and Adalo. I have followed everything in the this video tutorial series: https://www.youtube.com/watch?v=tg_qTEaXTzA However, when asked to select ‘Which output is the user ID?’, I am not able to select userid as an…
-
Will the Webflow CMS 10,000 Item limit prevent me from creating memberships over 10,000 users if I b
-
Outseta password
Hello! I have connected outseta and everything works as described in the tutorial. Now I would like to have the password fields in my user table updated by the user password in outseta. Sadly that information is not conntected. How can I do this?
-
Connecting Xano to Wordpress...
I'm sure this must be possible, but I'm not sure where to start. I'm making an app, and what I want is when someone clicks a particular button, bits of informantion are taken from the Xano database and displayed in a sidebar widget in Wordpress. Anyone done anything like that? 🙂