I'm trying to implement a form using Zapier Interfaces where I need to show different values to customers versus what is stored in our system. Here's my current setup:
1. I created a custom table in Zapier with two columns:
- plan (display name for customers)
- value (internal system ID)
2. In Zapier Interfaces, I've created a dropdown using:
- Selection Table: My custom table
- Selection Field: plan
3. Current behavior:
When I test submit the form, both the selected value and label in the Zap are showing the plan name, not the value field.
4. Desired behavior:
I want the form to display the plan name to users but send the corresponding value (system ID) when submitted.
Is there a way to configure the dropdown to use one field for display (plan) and another field (value) as the actual submitted value?
Any help would be appreciated!