Mar 02, 2023 03:24 AM
Hi,
I have a users table with a sigle select column called "status" with the values "Not verified" and "Verified".
When I create a new record, the Status field should automatically be set to "Not verified". Does anyone know how I can do this? (Couldnt find a solution).
I tried an automation, but this is too slow. I am using Softr.io which accesses that field right after the row is created. That slight delay of the automation, already is too late.
Many thanks
Simon
Mar 02, 2023 03:29 PM
Hi Climesumer,
Welcome to the Airtable community!
This is a bit of a tricky issue.
This may be unlikely but are you by chance creating these records manually?
If so you can try a set up some clever grouping that will instantly fill you data with the status of "Not Verified". In the screenshot below I have grouped by status. Now if I were to add records using the + symbol at the bottom of the "Not Verified" group, any of those record would instantly be created with the not verified status. Note: you will need to always have at least one record (in this case the placeholder record) which is not verified to be able to add records this way.
I hope this helps!
Mar 03, 2023 02:57 AM
Hm, would it be possible to make Softr reference a formula field instead? We'd get the formula field to look at your "Status" field, and if it was blank it'd output "Not verified". Then for whatever user action you've got on Softr that updates the record, you'd point it at the "Status" field so that the select field would update, and you'd make the formula field output "Verified" if the value of the "Status" field was "Verified"?
Mar 06, 2023 09:40 AM
I found another workouround using a multi-step page setup in my softr app.
The tip with the view was helpful for another email automation I did.
Thanks to both of you for the quick reply!