Hi community, I’m stuck with a specific issue in a List Block action button using a Custom Workflow.
The Setup:
-
I have an Airtable Base with 3 tables:
Products,Leads, and a junction tableQuotes(Richieste Preventivo). -
The
Quotestable has a field calledLeadwhich is a Link to another record (linked to theLeadstable). -
On Softr, I have a List Block connected to
Products. -
The page URL contains the Lead ID:
https://myapp.softr.app/results?recordId=recXXXXXXXX
The Goal: I want to create a button “Request Quote” on the Product Card. When clicked, it should run a workflow: Airtable > Create Record in the Quotes table. It needs to map:
-
Product: Current Record ID (This works). -
Lead: The URL Param (recordId) from the browser.
The Issue: In the Workflow editor, when I try to map the value for the Lead field (which is a Linked Record type), the dropdown does not show “URL Param” or any global variables.
-
I tried searching for “url”, “param”, “recordId”, “query” inside the dropdown, but it returns “No options”.
-
It seems the dropdown is strictly filtering for “Records” and hiding the Global Variables options.
-
I cannot force-paste the variable
{url_param:recordId}because the UI resets the field.
Screenshots attached:
-
My Workflow setup.
-
The dropdown menu being empty when searching for the parameter.
Has anyone faced this? Is there a way to force the input to accept a text string (the ID) or a URL Param for a Linked Record field?
Thanks!