Help

Re: New record with automatic Default value in single select field

1211 1
cancel
Showing results for 
Search instead for 
Did you mean: 
DanielAssayag
6 - Interface Innovator
6 - Interface Innovator

Hi,
I have a table with a single select field called “Status” that has 3 values (Pending, Refused, Granted)
I want that every new record to be receiving default “Pending” value and i also want to be able to change it afterwards to either Refused or Granted.

Thank you

11 Replies 11

I'm having a hard time replicating this, could you please tell me more about the specific steps involved

1) At the top click on "Automations" (next to Data)
2) In the flow diagram, add a trigger. Set the trigger as "When a new record is created". In the side panel, choose the table where you will be adding new records. 
3) In the flow diagram, add an action. Choose "Update a record". In the side panel, choose the same table as above, and choose the record ID from the previous step (you will see it if you click on the "+" icon). Then choose the field you want to set a default for, and choose the default value.

I just did this and it works for me.