I am very excited to find that I can query my CRM system from a Softr REST API call and I have tested that I can read contact information using a Vibe Coded form.
I now have a simple table with the contact name and contact ID in SoftrDB. I have a list view showing the contents of this table. When I click through on a list item, I open a modal details page set up with the source as the REST API to the CRM. From here I can see the full contact name, address etc, pulled via the API. But it’s not showing the contact related to the list item I have clicked on.
How do I pass the Contact ID from the list view into the REST API ?