Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What do you need help with?
Hello everyone! I have the following situation:
I am building an application. When configuring the fields of the Create a row or Update a row event, I cannot assign a value to a column that is a Link to table.
Specifically, when trying to assign a UUID value to a Link to table field (table B: whose primary field is the same UUID) with the following configuration:
Create related field in linked table
Allow multiple relationships
Limit selection to view
The following message appears:
The “Create a row” action failed: One or more fields contain invalid values.
Value error for field “User”: Field of type formula is read only and should not be set manually.
Example:
- The UUID (Table B) that I want to add to the Link to table (Table A).
- In the Table B the primary field is:
d1f53d34-6295-4c8c-a5bd-5a0319935fcb - Manually (directly in the table) the value can be added, but not from the application. Even copying a
d1f53d34-6295-4c8c-a5bd-5a0319935fcb
Am I doing something wrong, or is this a limitation of Baserow?