I’m not sure I follow the question to be honest. Can you create a situation in a public app and tell us what you’d like to do in it. In context it’d be easier I think.
How I can save this text with expression (from element [Text #1] to field [buffer] in data type [Exp]) and “call out” it from field [buffer] in another Text (in [Text #2]). Then I want see value (text and value of expression) in Preview-mode.
You use an action make change to things in a workflow (like you did in the lesson), and then you access the value of the field using the expression composer
I would recommend doing the lessons again, most users get the most of it after the second time, especially using the hard mode.
I am already using what you have recommended. It’s all right.
My question is straightforward. How do I copy the contents of the text box with the expression and insert it into the database, then to extract in the same form (paste it into another text field).
The Bubble has the opportunity to “Copy expression”, I also need to save this copy in the table and then, when and where I need to insert this expression into another text element (as if I did, “Paste expression”).
I have pieces of text with variables (for: user name, and other parameters).
The variables within the text.
I need to keep these pieces of text (with indicating variables) in the database.
When I need to, I will extract the pieces of text with variable and depending on the context in variables will be substituted in the required values (user name, other more not trivial parametres).
Create Text-element "TextR1" with content (insert dynamic data): Do a searh for... "ExpB1's varB1" (which = "Text text text ExpA's varA text text!").
…
in Preview-mode:
Enter in InputX: “Dragon”
Press BtnA.
Press BtnB1.
and in TextR1 we see: “Text text text Dragon text text!”
It’s work.
How do it if I want create workflow for BtnB2: Create Thing [ExpB2] → varB2 = TextY’s value? When I create thing in list I see only input elements but I want select value by text element.
And most difficult question: how can I import in Bubble’s DB my text with preset variables (dynamic expressions). Which syntax I use for this? … seem on “text text text <expresson>myVariable</expression> text text.”
Thanks, yes I use this variant, but… Text element it is a text element… but current variant (input element in disabled mode) = “solution-crutch” for me.
I understood now, there is no such “function” in Bubble.
What do you think about my last question (import text with preset expressions)?