{"id":"dbeb74b2-3a90-4f7f-ae2c-8751c8b2ec82","task_name":"Add Row to Table","summary":"This workflow adds a new row to a Supabase table using the Table Editor interface. Use this when you need to manually insert data into your database table through the web UI.","description":"Adds a new row to a table in Supabase by accessing the Table Editor, inserting a row, entering data into a field, and saving the changes.","tools_used":[],"agent_steps":[{"step_number":1,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb","element":{"name":"Table Editor","role":"link","selector":"","xpath":"//html/body/div[1]/div/div/div[3]/div[1]/div[2]/div/div[1]/div/ul/div[1]/li[2]/a","attributes":{"href":"/dashboard/project/bezuunvuecuzqgutpggb/editor","data-size":"default","data-state":"closed","data-active":"false","data-sidebar":"menu-button","data-has-icon":"true"}},"value":"","keys":[],"file_paths":[],"description":"Navigate to the Table Editor by clicking the Table Editor link in the Supabase navigation. This opens the visual interface where you can view and edit your table data without writing SQL."},{"step_number":2,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Insert","role":"button","selector":"","xpath":"//*[@id=\"radix-:r2fl:\"]","attributes":{"id":"radix-:r2fl:","type":"button","data-size":"tiny","data-state":"open","data-testid":"table-editor-insert-new-row"}},"value":"","keys":[],"file_paths":[],"description":"Click the Insert button in the toolbar to reveal options for adding new data to your table."},{"step_number":3,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Insert row Insert a new row into test-table I then R","role":"menuitem","selector":"","xpath":"//html/body/div[2]/div/div[1]","attributes":{"data-orientation":"vertical"}},"value":"","keys":[],"file_paths":[],"description":"Select 'Insert row' from the dropdown menu that appears. This option creates a new blank row ready for data entry. The menu will confirm which table you're inserting into (e.g., 'test-table')."},{"step_number":4,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Default: 'abc'::text","role":"textbox","selector":"","xpath":"//html/body/div[3]/div[1]/form/div/div/div[3]/div/div[2]/div/div[2]/div[1]/div/textarea","attributes":{"data-testid":"test_col-input","placeholder":"Default: 'abc'::text"}},"value":"","keys":[],"file_paths":[],"description":"Click on the text field that displays the default value (e.g., 'Default: 'abc'::text') to activate the field for editing. This field is ready to accept your input."},{"step_number":5,"action_type":"type","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Default: 'abc'::text","role":"textbox","selector":"","xpath":"//html/body/div[3]/div[1]/form/div/div/div[3]/div/div[2]/div/div[2]/div[1]/div/textarea","attributes":{"data-testid":"test_col-input","placeholder":"Default: 'abc'::text"}},"value":"","keys":[],"file_paths":[],"description":"Type your desired value into the text field. Replace the default placeholder text with the actual data you want to store in this column."},{"step_number":6,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/editor/17546","element":{"name":"Save ⌘ ↵","role":"button","selector":"","xpath":"//html/body/div[3]/div[2]/div[2]/button[2]","attributes":{"type":"submit","data-size":"tiny","data-testid":"action-bar-save-row"}},"value":"","keys":[],"file_paths":[],"description":"Click the Save button (indicated by the keyboard shortcut ⌘ ↵) to commit your new row to the database. The row will be permanently stored in your table."}]}