useRecords not updating when URL parameter changes (Vibe Coding)

Hi Softr community :waving_hand:

I’m facing an issue with URL parameters and Airtable record loading:

  • A form (built with Vibe Coding) sends data to a webhook (via Make)

  • The webhook creates an Airtable record and returns the recordId as JSON

  • The Vibe Coding block extracts this recordId, sets it as a URL parameter, and redirects to a detail page

  • The detail page reads the recordId from the URL and filters the Airtable data to show the correct item

:backhand_index_pointing_right: Problem: the record only appears after reloading the page one or several times.
Even though I’m redirecting with window.location.href, the page doesn’t react immediately to the new recordId.

Has anyone faced this before or knows how to force the page / useRecords to react when the URL parameter changes?

Thanks a lot :folded_hands: