@artur I will send you a DM with my app ID.
I’m happy to jump on a call if helpful.
To answer your question directly: in our setup, Softr is strictly a read layer. All data creation and updates happen in Airtable, either manually or via the Airtable API. Data is never added or modified via Softr.
Here are two representative patterns that occur in our app:
Example 1: Payments and balances
A customer makes a payment, but Softr shows stale totals.
We have a formula field {Grand Total Paid} in a Reservations table that depends on a rollup from a related Misc Payments table. When a new payment record is added, the rollup and downstream formulas recalculate correctly in Airtable, but Softr continues to display the previous values. This also affects a dependent {Remaining Balance} formula.
The customer is shown incorrect data for the amount they have paid to date and their remaining balance. This is especially confusing for them to see immediately after they just made a payment.
Example 2: Form completion and UI logic
A customer submits a required form, but Softr still prompts them to submit it again.
We have a formula field {Admin Forms Needed} that depends on a count field linked to a Forms table. When a new form submission record is added, the count increases and the formula correctly evaluates to 0 in Airtable, but Softr does not pick up the change. As a result, a block with visibility controlled by that field remains visible and the customer is prompted to take an action that is no longer valid.
Happy to walk through these flows live if that’s helpful.
Thank you.
Edit to clarify: The payments and forms are not handled in Softr. We use Open URL actions to link off to systems we had in place before adding Softr to the mix.