Kuma (Baserow’s AI assistant): often the fastest way to get help. Try asking Kuma before posting here. Available to all SaaS users, and to self-hosted users with a connected AI model.
on
Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
- Create an application.
- Add new Data Source.
- Action: List multiple rows.
- Select the database.
Row Deletion Error:
- Add a Table (application element).
- Add a Button field.
- In the Button’s Events: Add action “Delete a row”.
- Select the same database and in Row ID:
Data source: BD > id|| if I copy and paste, I get:get('current_record.id'). - (Optional, does not change the error): Add action “Refresh data source”.
- Publish the application and when testing, the error appears:
Unexpected Error: The “Delete a row” action failed: An unexpected error occurred. Please try again later.
Error Updating a Row Containing Files:
- In Page Settings, set a Path parameter:
/:uuid. - In Data Source, add a Filter with Formula:
Where [UUID] [is] [Parameter > uuid] - Add a Form (application element).
- Add a File input inside it.
- In “Initial file URL”, add:
Data records > BD > File > [All] > url||get('data_source.181----.field_906----.*.url'). - (Alternative that also doesn’t work): In “Initial file URL”, add:
Data records > BD > File > 0 > url||get('data_source.181----.field_906----.0.url'). - Add an event in On Submit: “Update a row”.
- Select the database and in Row ID:
Data records > BD > id||get('data_source.181----.id'). - In the File field space, select:
Form data > File||get('form_data.1298----'). - Publish the application and when testing, the error appears:
Incomplete configuration: The “Update a row” action failed: Please check the configuration.»
Important notes:
- This wasn’t happening before.
- The first goal is to delete a row from the table.
- The second goal is to update the content of a row that contains a file while keeping by default the values already set through the selected Data Source.
- The
----characters replace the actual numeric field ID value.



