Hello everyone,
I’m working on a no-code training management tool based on Softr + Airtable, and I’ve hit a small roadblock that I’d like to share with you.
Context:
I’ve set up a session calendar where users can register (this works well via an “Update record” button).
But now I’m looking to allow users to unsubscribe from a session without removing the other participants linked to that session.
I thought I saw in the documentation that there’s a special command like REMOVE_LOGGED_IN_USER
, which you can insert into a One-click Update action in place of a linked field (like “Participants”).
But after testing, it doesn’t seem to work in my case (either nothing happens, or it deletes all participants depending on the configuration).
I’m considering other possible options:
- Creating a pivot table for Registrations
- Using a webhook via Make/n8n to handle it properly
But for now, I’d really like to stick to Softr only, without using external integrations, if possible.
Has anyone found a trick or a clean solution to handle this kind of action within Softr?
Thanks in advance for any ideas