Help forum
- How do I simplify this?
Stockton
1 2 years ago
I know there 's got to be a way using arrays nodes or something . . . but I don 't know what it is . - JSON convert fails at \n\n
Bishop
3 2 years ago
When the json converter tries to convert a string that 's got a \n \n in it to an object , it seems to fail . Example string coming from an LLM - VERY hard to make it not produce \n \n , and it shouldn 't cause JSON convert to fail anyway . example output : { "suggestions " : [ "Have you ever stopped to ponder the question , 'What truly makes me come alive ? ' This is the question that invites us to embark on the exciting journey of self -discovery and cultivation of our careers . It 's the question that propels us to dig deep within ourselves and uncover the unique blend of talents , passions , and purpose that is distinctly ours . \n \nAs you read the words on this page , I encourage you to take a moment to quiet the noise of the world around you . Give yourself permission to truly be present . In this space of stillness , ask yourself , 'What am I most passionate about ? ' Don 't overthink it ; simply allow the answer to emerge from the depths of your being . \n \nYou may be surprised by what arises . Perhaps it 's a childhood dream long forgotten , a hobby that brings you immense joy , or simply a deep yearning to make a difference in the lives of others . Whatever it is , honor it . Recognize that this is the seed of your inner calling . \n \nNurturing this seed requires a willingness to explore , experiment , and even take risks . It 's about stepping out of your comfort zone and daring to pursue that which truly sets your soul on fire . \n \nIn the words of the great Rumi , 'Let yourself be silently drawn by the strange pull of what you really love . It will not lead you astray . ' Trust in your inner guidance , and allow yourself to be led by the magnetic pull of your deepest desires . \n \nAs you embark on this journey , it 's important to remember that your inner calling is a dynamic , ever -evolving aspect of who you are . It 's not something you can grasp or fully understand with your intellect alone . Instead , it 's something you must feel , intuit , and embody . \n \nBy embracing the mystery of your inner calling , you give yourself the freedom to explore , grow , and expand in ways you never thought possible . In doing so , you grant yourself the greatest gift of all : the opportunity to live a life of passion , purpose , and fulfillment . \n \nAs you discover your inner calling , you may find it helpful to seek guidance from those who have traveled this path before you . Reach out to mentors , teachers , and friends who inspire and encourage you . Share your dreams , your fears , and your aspirations . Allow the wisdom and experience of others to illuminate your path . \n \nRemember , the journey to uncovering your inner calling is not a linear or straightforward process . It 's a winding , twisting path filled with unexpected turns , detours , and surprises . And that 's the beauty of it . \n \nIn the wise words of Joseph Campbell , 'The privilege of a lifetime is to become who you truly are . ' So , go forth and embrace the adventure that awaits you . Discover your inner calling , and let it be the compass that guides you on the magnificent journey of cultivating your career and your life . " ] } I 'm pretty sure this is whats happening . - joining with \n frustrating as heck
Bishop
3 2 years ago
I 'm trying to join array elements with \n and its coming in as \ \n (2 slashes first ) How can I put in a legit \n ? - Change toddle credentials
RedBoss
3 2 years ago
Hi , I would like to change my account credentials from Google to another email . Is there anyone who could provide some help on how to do that ? - Global formula for setting/mapping & handling object for a feedback/alert dialog attribute
Alfred
0 2 years ago
Hi , I have an alert /feedback dialogue component that we use globally to provide user feedback from our features eg . when we communicate destructive alerts when destructive events occur . Our dialogue has an attribute which takes an object with a specific structure with keys , such as intent , primary action label , secondary action label , message , target _title , and target _feature _name . I am thinking of creating a custom formula to set this dialogue so that I have a global formula that can be used on all pages , however , this functionality would be easy to handle in Toddle 's built -in formula editor , however , these formulas cannot be used globally . What is your general opinion and experience on the best way to handle mapping of object attributes on a global level , such as used for toasts or dialogues ? - Pricing Clarification

Duncan
1 2 years ago
Hi , I am looking for a place to build admin areas for my staff , and portals for my customers /suppliers etc . So in total I could have 3 /4 /5 apps . I have looked at JetAdmin , but the price gets very expensive ! I am looking for a solution that allows me (and possibly one other ) to build all of these dashboards for a sensible cost , and have completely limitless access for my connected stakeholders . Many of those stake holders will not login often so per /user pricing for them is not going to work . Am I right in thinking in my scenario above , all I will be paying for is the one or two users who build each app , NOT all the end users who use those apps ? So if I build 3 apps by myself , it will be 3 * $20 . . . ? - Node based app
Bukit 🇮🇩 🇵🇸
7 2 years ago
I have idea for my app , I want to build a lite , personalized version n8n /activepieces /make /buildship /rivet using toddle formula node layout for my brand (private internal tool ) . Is it possible ? I don 't know where to start and how to create it . Can I import a package like vueflow .dev (or similar ) ? Would love to see a video tutorial how toddle formula layout work . - trying to parse json with \n and \"
Bishop
28 2 years ago
The result of this one query comes back with \n between lines and " for quotes which causes it to fail to parse into a variable . i cannot figure out how to get rid of it . Trying to replace \n results in nothing happening . \ n also nothing . \ and \ , same deal . If I copy the string out the convert json and put it into a string , it parses it just fine . So the invisible \n and " are the things screwing it up . 😦 - Trouble listing race results
Lukas Mohr
✅115 2 years ago
I 'm trying to list race resutls from an api . Each race is defined using a race _id . I want to group the players by race _id so that they show in the same box . Currently when I try to repeat the div box I get them all in seperate divs . Can anyone point me in a direction of how to group data by an indentifier ? - Context Menu - how to read the underlying text
Bishop
10 2 years ago
https://www.youtube.com/watch?v=YUfa43NXSGY&ab_channel=toddle This tutorial is helpful but if we put a context menu on a contenteditable div , for example , how can we know what text was selected when they right clicked ? - API Call
yirda
9 2 years ago
How can I call an API with u s e r n a m e :password authentication ? I can 't see the option in toddle - Importing existing HTML
perroseo
29 2 years ago
Hi ! Playing around with Toddle right now , looks very promising . But is it possible to import an existing HTML page with its CSS and add logic to it through Toddle ? - Get device innerheight and save it into a variable
yoelfdz
7 2 years ago
Trying to get the innerheight of the user 's device and saving it into . variable . Tried to ask kapa but no success with that . I 'm trying to use a custom action on load that get 's the innerheight with an event that saves the event value in a variable , but apparently not getting the expected event data Custom action : function get _innerheight (args , ctx ) { / / Accessing the device 's innerHeight var height = window .innerHeight ; / / Emitting the innerHeight value as an event ctx .triggerActionEvent ( { deviceInnerHeight : height } ) ; } - API Listing Tutorial
Nigel G
1 2 years ago
Are the attributes on the listing component messed up because this is an old version or something ? Looks really odd . Was it something I did ? id variable was one I added , and that is fine . - Am struggling to know what 100% does here
Nigel G
5 2 years ago
It is always 100 % ?

.jpeg/public)