Creating multiple rows in a table with elements of a list from an input form

I’m creating a project / task tracking app. Each project is broken down into a number of tasks. The user enter all the project tasks in a text input field separated by commas. When they click an action button, I want each task to be entered in the text input field as a separate row in a separate tasks sheet/table. Each task can thus be tracked separately with additional fields to indicate dates and status etc.
How do I accomplish this?

0 1 550
1 REPLY 1
Top Labels in this Space