What is your goal?
Hi,
I’m experiencing a persistent BundleValidationError when using the Webflow – Create an Item module in a scenario that processes form submissions from my Webflow site (CrowdSpark).
Scenario flow:
Webflow Watch Events → Webflow Create an Item (targeting the “Master Ideas Lists” collection)
What is the problem & what have you tried?
The error:
BundleValidationError – “Prohibited value in parameter ‘business-type’”
The “Business Type” field in my CMS collection is an Option field. The form submission sends a value such as “Business to Customer (B2C)”, which is an exact match to one of the predefined options in the CMS collection.
What I’ve verified:
• The value coming from Watch Events matches the CMS option exactly (confirmed character by character)
• When I toggle Map off on the Business Type field in the Create an Item module, the correct options appear in the dropdown – including “Business to Customer (B2C)”
• I’ve refreshed the collection schema in Make
• I’ve tested with fresh form submissions (not queued/cached data)
• I’ve removed the Switch module to rule out any transformation issues
• I’ve also tried passing the Webflow Option IDs instead of display names – same error
• I’ve applied a trim() function to strip any potential hidden whitespace – same error
The mapped field is: 1. Data: Business-type (direct mapping from Watch Events, no processing)
This appears to be a validation issue on Make’s side, as the value exists in the dropdown and matches the form data exactly. Could you investigate why the module is rejecting a valid option value?
Scenario Run ID: 608d05f87d0748b690eb31a0e318…
Thanks for your help.