Is it possible to feed data to a dropdown in an interface? I’m not able to figure that out. The reason is I tried to trigger a Gumloop workflow from an Airtable via a webhook, but I’m not able to pass the record ID. So instead I’m copying and pasting the record ID through an interface. I would love to have an Airtable reader node that pulls out a bunch of record IDs and feeds them into the dropdown, so I can just choose which record to work on from the dropdown and then click “Submit” on the interface. Is that possible?
Hey @Karthik! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
-
Find your run link on the history page. Format:
https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
-
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
-
Provide details about the issue—more context helps us troubleshoot faster.
You can find your run history here: https://www.gumloop.com/history
Hey @Karthik – At the moment this won’t be possible. The Interface
is sort of an Input
node and serves as the starting point of your flow so you can’t really feed data to it.
A workaround here would be to use the Search Value
feature on the Airtable Reader
node. You can enable that as a dynamic input when you hover over the node under Configure Inputs
and pass the record ID from the interface as an input to the Airtable Reader
node. That way the node will only fetch records that match that record ID. Let me know if that works.
Also, wouldn’t an Airtable trigger work here?
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.