@jtolive Unfortunately, this is one of the issues with using airtable over the actual backend database. You can try running a workflow that runs every 5 seconds that does the change with airtable but that does rack up a lot of workload units and can slow the app.

Other than that you can try to integrate the “make changes” workflow when the user swaps between states or actions to make it more seemless.

Last option is trying the actual API but I am not sure how different that is than the plugin.

2 Likes