Running an Edge Function when a row matches conditions #14208
Unanswered
MartinMalinda
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm a frequent user of Airtable and besides web development I also do automations. In Airtable, automations (workflows) are frequently run when records in a table get in a certain state.
This kind of flow would be very intuitive for me.
For example I'd let someone change their own user profile record.
Then I'd react on the server side to the profile row change and do some additional cleanup. But I wouldn't have to do the cleanup directly from the client (as part of some transaction for example). This way I also wouldn't have to worry about permissions that much.
The user would do the minimal amount of changes and then the background logic would take care of the rest.
Is this the right way of thinking about things?
It's sort of an "observer pattern". I guess it has upsides and downsides.
All reactions