I need your help for a project, I am new on bubble so this might sound stupid and English isn’t my first language so I apologize in advance for any potential language mistakes ^^
I am trying to create a repetiting group in which my users will be able to fill input fields like a memo and won’t need to click on a save button to keep their inputs from disappearing.
Furthermore, I’d like that all of my users to be able to see what’s written in those “memo inputs” even though they didn’t write it themselves.
create a RG and include your input field in the first cell
create a workflow: When input’s value is changed > Make changes to Current cell’s Thing: field = This input’s value
Go to Data > Privacy and make sure that all users can view this field.
You can then put the field’s value dynamically in a page (it would look something like Current Page Thing’s field’s value for example)