We’re using the old comments block that sends the note to a NOTES table in Airtable. If a logged in user adds a note, we get their name into Airtable - no problems here.
But we have a lot of situations where we want to know who changed a status. I have an automation in AIrtable that creates a note everytime a status change is made, but it can not get the user. We just have to log it as a default System user.
Is there any way to pass the logged in User-ID from SOftr to AIrtable when updates like this are made?
If the status change you want to track is made through a Softr form, you can add a hidden field to the form that automatically logs the currently logged-in user performing the update.
To make this work:
Create a new Linked Record field in your Airtable table. (pointing to your user’s table)
Map this field to the hidden field in your Softr form.
Then, whenever an update is submitted, you’ll be able to check the Airtable record’s revision history to see who made each status change
Thanks @acjnas, but the status change is just made through an Edit Record action in Softr, not via a form. I presume no way to pass the currently logged-in user in such a scenario?