-
User Signup Additional Fields
Hey everyone, I'm trying to add additional fields to my registration form during sign up and it's unclear as to how I should go about it. I'm using WeWeb as a front-end and looking for guidance for the proper workflow. Thank you in advance for any help provided!
-
Get the first duplicate item from array and delete it
Hi, I am struggling with the following request - I have an array of users which contains duplicates (which is desirable). When I call a specific API endpoint, I need to remove one of the duplicates (if duplicates exist, if not then delete the unique record) but keep the others. Example: - Existing array [1, 2, 2, 3, 2, 3]…
-
When a record is updated in a table, what would be a way to add that record to another table?
Hello! A have a "requests" table. In that table X user can add another Z user to access records X user manages. This is as simple as X user entering an email address and 'type of access' (selecting from 2 options) and the record ID # passing dynamically. The table then stores who added X user, the email address of the new…
-
API Run/Debug Works, Data from Wized Doesn't Reveal The Same Output
Hey- running into a peculiar issue. When I Run/Debug my API, it works as expected. When I send data from the frontend via Wized it does not produce the same result. Any ideas on what I can change? Here are the values provided in Run/Debug: Here is the expected output of "ShowsHosting" Array having 1 Show Here are the…
-
404 Error when calling API from Bubble
Not sure whether to ask this here or the Bubble forums, so I'm just going to ask on both. When I call my API from a workflow in Bubble, I get a 404 error {"code":"ERROR_CODE_NOT_FOUND","message":""} A quick google says that's probably because I typed the URL wrong, but I can initialize the API and get a success response…
-
Provide a meaningful key name when adding to the end of an existing array
Hi Xano community! I have hopefully a simple question. See below image. Currently, I add a variable to the end of an existing array but when it's added the key name is 0. Is there a way to give the key name a proper name so that I can easily reference it on my front end application? Thank you, Tim
-
Simultaneous multiple authentication sources for API
When requiring authentication for API endpoints, I saw you could set up and select any table, however, you can only choose one option. I have both a User and a Employee table. Some of my endpoints will be used for both my user and enterprise websites, so I want a way to have multiple simultaneous authentication sources.…
-
How to convert this into a file
Hello I’m using the clip drop api from stable diffusion and I’m getting an image returned in this format. I’ve been told this is Jfif format but any idea on how to convert this into a file resource and ultimately an image url.
-
Add filters on Xano snippets page
I think I'm not the only one, but I think it would be more practical to add the filters of search, date selection, category, ... etc. On the snippets page to facilitate its use by the community because it's impossible to find a feature 😡 Also try to clean up so as not to limit the appearance of test snippets. Which…
-
How to make api calls with .p12 certificate?
I need to access a payments api that provides a .p12 certificate and requires it to be sent in calls.
-
Is there a way to use test data in API calls?
Currently, the Xano instance has 2 branches, one live and one inactive. I've been building and debugging a series of API endpoints in the inactive branch using test data. The next step would be to start initializing API calls from the front end of the app to make sure that data is being retrieved and displayed correctly.…
-
API Request History >24 hours?
Hi Xano team, I've looked around the community and pricing pages, and I can't quite find the answer to my question. Is it possible to upgrade the API request history functionality to store requests beyond 24 hours? With a current client, this feature is really helpful for debugging errors, but we have to catch it early. If…
-
Add Records in 'random" database
Hello :) Today on Xano we only have the choice to "Add a Record" on a fix database in a API. By "fix" I mean that it is not possible to say: If the data is "abc", check the associated member and add the record in it's database. To do that we have to put an "Add Records" for each database targeted which is not practical at…
-
How to make api calls with .p12 certificate?
I need to access a payments api that provides a .p12 certificate and requires it to be sent in calls.
-
How can I update an attachment field inside an object array?
I am currently using Weweb as my frontend. I have a data table called "Dispatch Ticket". It has an object field called "task" and within this task, there are multiple fields and one of it is the attachment field. FYI, I have added a "task_id" field as a unique index of this object. What is the best API call that includes…
-
Posting into an array via API
Hi, I'm currently working with an post API call, which I would like to post into an array with each row being separate. I have my db set up with an field called Risk_1 (type: object/Structure: single). Within this I then have two fields "What could go wrong" and "Who is at risk" (type: text/ Structure: list). I've tried…
-
How to sort add-on response
Hi all, I have to tables. The entries of the child table are referenced to entries of the parent table. Now I would like to sort the entries of the child table. I included an add-on, please see screenshot of the response of my api call (screenshot 1). I would like to sort "bildung_sludes_id[] by the value of…
-
Creating product comparison pages in Webflow
Hey all, I run a user generated review site that's hosted on Webflow. I have just under 800 projects listed on the site. One of the key functionalities I don't have is the ability for users to compare product A and Product B. Think simsilar to the linked page below. https://www.g2.com/compare/asana-vs-wrike Is there a way…
-
How do I call my own API endpoint from another endpoint?
Is there a simple way to call an internal endpoint from another one? Or must I use a "Call external API" and forward everything manually? (auth token, etc.)
-
Chamada API
bom dia a todos, Através do bubble estou Chamando uma API para cadastrar ordens de serviço no xano porém ao clicar em grava ela da um erro somente nas partes que alimento números o engraçado é que tem momento que ela finaliza normalmente e tem hora que não, alguém sabe oque pode ser ? Fazd favor
-
Possible to run the draft version of an API endpoint
Is it yet possible to run the draft version of an API endpoint from a 3rd party? I have a live form in WeWeb and would like to make some changes to the endpoint it's posting to but I can't publish it for testing as it will impact the live flow as well. Is there any way to tell the endpoint to run the draft version of…
-
Update specific items in an array
Hey, I have watched a few of the Customer Corner videos now re updating/editing arrays through the API, but I'm struggling to apply them to my situation. I've recorded this loom, but will give a quick overview here too: The frontend user I have a page in my app where users can update the 'Core' for their brand, e.g. the…
-
Get a specific header data from an API response
Hi, I am doing an api call to Shopify REST API. This is returning all the headers: I need specifically the "link" header, cause that's the link used for paging. I've tried this (didn't work): Any ideas on how to get this url? Thanks!
-
Upload PDF from Xano to external
Hi, I've been working on posting a file for a while now. What's the goal? We retrieve a PDF file from an external system. This file then needs to be posted to another system. Retrieving the PDF is not a problem, and saving the file in Xano works fine as well. However, the challenge comes when we need to send it to another…
-
Move Workspace to a Customer account
Hi. As freelance, most times I have to build a functional Data Base with API endpoints to show. Then, if gained the contract, I would like to move all workspace to the customer account to finish the job and give them control. I know this is one of the Agency license functions, but I'm not an agency, just myself. Is it…
-
Best practice for returning partial responses?
Hi there everyone! First time posting here and I'm still in the early stages of my learning journey with everything backend… I really like human friendly RESTful API design and want to figure out how best to create an endpoint whose response changes depending on a querystring / or param value? I've got a URI named…
-
10 second limit on "Post Process" function ?
Hi, We've recently implemented an api with the "Post Process" function in the function stack. Our intention was to put a long running operation (loop of web callouts) in the "Post Process" and then store the result of all the callouts in the Xano Database. The issue we've run into, is that in both prod and dev, the Post…
-
Get the records only belonging to a specific user
Hi everyone, I'm quite new on using Xano and I'm struggling on set up an API to get all records belonging to a specific user. I've a 3 tables on my DB (user, workspace and content) Every user, after signing up, have to create a workspace to start creating a content. Every workspace can have multiple users (ideally with…
-
How to update a record in a POST call that has multiple inputs and I want to be able to pass only th
Currently I have a POST endpoint that has several inputs and I would like to be able to pass to the API only the input I want to update. Example: API inputs: email, name, phone Body request: {"name": "User name here"} If I execute the call in the example above, the name field will update. However, the other two input…
-
Quickbooks says Xano endpoint URL not valid
I am trying to set up Quickbooks Online OAuth flow, and when I try to add my webhook to Quickbooks to receive the token they send back, they are saying the Xano endpoint URL is invalid (b/c of the colon). Any quick way around this issue?