Retrieve Record ID in URL?

My application is linked to another that requires backend access for in app authentication. I know that’s not something we have so I created an app to redirect details through the app to push into the in app authentication of the other. I want to redirect to specific pages and those fields are in Airtable so when it builds the link, it knows where to go. However, I need to have the recordID for the Airtable integration. It’s telling me the dynamic value is record.id but that’s clearly not it because the URL isn’t pulling any date. What’s the recordID placeholder? I’ve tried record.id, recordID, RecordID, record.RecordID for the field and nothing is pulling that info into the URL. Here’s the URL:

https://redirect.mysite.com/generate-magic-link?username={LOGGED_IN_USER:EMAIL}&email={LOGGED_IN_USER:EMAIL}&name={LOGGED_IN_USER:NAME}&recordId={recordid}

I’m not exactly sure I’m following you here, but the param is called “recordId”.

Normally when passing this data, we pre-build that URL in our database, which we then pass into an action button in Softr to navigate to the pre-built URL with the recordid attached.

Hope this helps you!