Help forum
- repeated item not displayed in editor
PeterShaw
4 4 months ago
I want to repeat an item but it is not displayed in the editor . It is displayed when I open a new tab . I use RLS on my supabase table , I installed the extension , I pass the access token . Is there a way to make sure to act as a logged in user in the editor ? THe way it worked before was to open a new tab , log in and then go back to the editor . But somehow that does not work . - API help on my first day
Dimble
2 4 months ago
Hi all ! My very first look at Toddle today , I am trying to add an api , it is one that i have used before and trying to test by just sending a basic json request in the body . But i keep getting an Invalid JSON error . It is set up as POST , and the endpoint is correct , i just put the raw json as a string in the body to see if i get the right response . The same test works fine in Postman , returning the expected response . Is there something different about the way Toddle sends json post requests ? - [SOLVED] Supabase: Prevent non-registered users from using Magic Link Login
Janis
10 5 months ago
I am using the /auth /v1 /magiclink endpoint to allow users to login . However , the endpoint also allows non -registered users to create an account via the login route . I tried adding a attribute to the body object but that does not work . Does anyone have an idea how to restrict usage of the login endpoint to only registered users ? - How to get access_token from local storage.
MartinF
0 5 months ago
I 'm using supabase -js to manage auth . When a user logs in supabase -js adds the access -token and refresh _token etc to local storage . I have an event set up that let 's me know when this happens so I can set session cookies and then use the access _token for api calls etc (if i understand correctly . ) But how do i use get 'Get from local storage " to extract it . I 've tried loads of different things and no joy . Any ideas ? - xano to toddle
Bankydoo
6 5 months ago
Please does anyone have a very RECENT video connecting xano to toddle for sign up , login with authentications . newbie struggling here - Spreadsheets
Tom Baker
6 5 months ago
Truly sorry if this has been asked before , I did search but couldnt see what I was looking for . I did look at toddle a while ago but its been a while so starting fresh . How possible is it to build spreadsheet functionality into a toddle app . Not so much the formula , more as a database structure for my users . They would need to be able to add a column selecting a format such as text , number ect . The columns would need to be drag resizable . I was just thinking about integrating with airtable or google sheets but feel that building a natuve solution would allow greater future flexibility . Thanks in advance - How to use Toddle Tailwind parser?
Sean
0 5 months ago
I 'd like to use some Tailwind UI components in my project . Toddle does have a Tailwind -to -Toddle library ( https://discord.com/channels/972416966683926538/1282714913625608296/1282725287531909146 ) but I 'm not sure how to use this . I install it on my local machine npm install @toddledev/tailwind-parser but then what ? What do I need to do with the code provided ? I 'm not a coder so any help would be much appreciated . https://github.com/toddledev/tailwind-parser - Post more than one value
PeterShaw
9 5 months ago
Is it possible to post more than one value with one API call ? I thought of creating an array and pass this array to Supabase . If this is the way to do it , how can I add values to this array ? - Copying multi-steps workflows: possible?
NoCode Fred
4 5 months ago
This looks like a pretty dumb question , but I couldn 't find a discussion about it . Is it possible to copy as a whole thing (and thus paste with a single CTRL -V ) a workflow made of multiple steps ? I can copy single steps , but only one -by -one apparently . - phone number mask (and country code)
Vizualinx
8 5 months ago
How can I implement phone number mask /formatting (based on country ) ? I want to implement something like in the screenshot - Best PDF Generater
Kai
π13 5 months ago
I am looking for a very good an affordable PDF generater with PDF - Template editor to send data from toddle via API and get a perfect multipage rendered PDf as a result . It should contain a first PAge Cover and after that header and footer on page 2 . . . It also should have sections and subsections for different data in the json send via api . . . Can anyone recommend a service for that ? We are developing a tool for recruiting and the goal is to generate very stylish clean PDF CVs and and send the anonymized and with all data to employers . . . π I attached a few screenshots so you can see what I have in Mind to put into a PDF . . . Also charts for data anylysis should be possible . . . Hope you like what I built up to now . . . π - How can i setup a load more functionality when it gets to the bottom of the list?
Seun Orofin
2 5 months ago
- To do tutorials and Xano api
mesmoiron
3 5 months ago
Hi , I am trying to get two tutorials about making a todo app work together . The button that toggles the completed task works and writes to the Xano backend . However the strike through doesn 't work anymore . Another issue is that the new state isn 't reflected immediately . I have to refresh the page manually . I also added an selected -todo to the list item , because , If I don 't klick a button the api won 't get an task id . What I would like to know is , how to tell Toddle that the page or the selected item should be refreshed if this is possible . If I think correctly , then after calling update , I should call the list items again . But that is on another element , because the input determines the completed state not the listing of the repeated item . - SQL querie in Supabase
PeterShaw
5 5 months ago
Hey all , I use a SQL query in Supabase editor . How can I make sure to use this SQL query when fetching data from supabase ? For example I use a table with 10 cities in it . The sql query says that the output is one random city . I want to integrate the SQL in the GET API call - Input field not displaying the variable it is binded to
Ben H
16 5 months ago
I have a variable , customPrice , binded to an input field . In order to validate the input , I clamp the input event value when setting customPrice . customPrice gets set correctly , but the input field still displays the unclamped input despite being binded to customPrice . (See screenshots . ) How can I get the input field to update to reflect the clamped value ?