New user here. I’m trying to build a simple Kanban style project management app similar to Trello where you would input a “List” name which then produces a group, then at the click of another button a text box is produced within the group (a task item from the view of the user) which you would then edit the text for the title of the “task”. Subsequent “tasks” would be added to this “list” at the click of a button and new “lists” would be added to the right of the first “list”.
The issue I’m having is working out how to set a workflow where the click of a button creates the group.