May 10, 2019 05:30 AM
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
Nov 15, 2023 12:05 AM
I'm having a hard time replicating this, could you please tell me more about the specific steps involved
Feb 05, 2024 01:49 AM
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.