I have created a status dropdown with three alternatives “Not started” “In progress” Completed”. I would like the status to be “Not started” on all new entries but I can’t figure it out. I have tried with update action after the create but it is not possible to set the value. The database with the three status is called “Category”, I was hopping it would be as easy as to pick the value I would like to be the default but this is what it looks like:
To update the relationship with a value, you need to have that current data in the current screen. One way is to make the button a list > filter the list for the value that you need > max items to 1 > auto refresh on and add the update action into the button to update with the current data.