How to show records from 2 different data sources in a single page

I am trying to build a page that has 3 sections. I want help in showing the item details in the 2nd section.
Section 1 - Is an Item Details block showing a specific organisation’s information coming from a ORG table in Google Sheets. I am accessing the details using the recordID in the URL.
Section 2 - Is an Item Details block showing a specific donation’s information coming from a DONATION table in Google Sheets.

I am unable to access the details for the donation as the recordID is already used for Section 1. Is there any other way I can show the data for Section 2 using the recordID or anyother unique ID ?

Both the tables have Softr recordIDs for each record. I also have another unique ID created for each record in both the tables.