Is it possible to save numbers in text (e.g. current page’s NO) to type text or number with create new data? Can I only register input numbers or text?
Your post is really hard to understand.
You data fields can only be of type “Number” OR “Text”. If you want to be abble to store both 123 and abc, then your field must be of type “Text”.
Now, if you want to store a boolean yes/no, as number 1/0, you can use the :formatted as number operator
Or, worst option but must be noted. You can chain the operators :formatted as text and :converted to number
Thanks your reply.
I want to store the number in the textbox.
But I can’t select the number in the textbox like the picture.
(can select only width or height in STATES)
How can I store the number in the textbox.
Oh, saving the value of a text is not possible.
You’d have to copy/paste the text formula inside your “crate a thing” action
This topic was automatically closed after 70 days. New replies are no longer allowed.