I’m trying to create a place where the user can write notes that will be saved until they change it themselves- almost like a notes app. Specifically need to let them create 3 priorities in a list.
Currently I have a repeating group with text. The type of content (Notes) has been created a workflow:
- When 3priority value is changed
- Create a new Notes
- Reset relevant inputs
- Display list in repeating group text
Can anyone help?