I’m looking for ways to have a user edit a back-end text field in Appgyver.
There is a video here No-code Power-up: Editing Items in a List - YouTube where the creator has pre-made editable text boxes and explains that this is “an input field disabled by default.”
I can’t find any sort of editable input field on text boxes in the normal or advanced properties. Where is the option hiding?
Update: I’ve found that this snippet of code allows me to completely change the text-box, but it removes the text before prompting the user to type. “{content: current.content, editing: true}”
Is there a way to display a string and then have the user see/edit the string before resaving?