I am trying to set up a scenario in Make where:
A user fills out a form using Contact Form 7 / formidable form and selects dropdown options (e.g., “Opportunity Type,” “Lead Type”).
Upon submission, I want to create a task in ClickUp with all the details from the enquiry form, including name, email, phone number, and dropdown selections from the form (e.g., “Opportunity Type”).
I have been able to map and pass fields like name, email, and phone number successfully. However, I’m struggling to map the dropdown fields because ClickUp requires the dropdown values to be sent as UUIDs instead of the text values submitted in the form.
I am able to retrieve the UUIDs of my ClickUp dropdown field but am not sure how I can match the text that I am receiving from my form API to the right dropdown option when creating the task in clickup.