Website Forms to ClickUp

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.

Hallo, I go this way, and it works for me.

if(Your_Contactform_field=Value_of_the_field;ClickUp_UUIDs;)

It’s a screenshot of my scenario, so you have to replace with your values.
And you can see in the screenshot you can put multiple if-rules.

Perhaps there is also another way.
Ralf

Hey there,

you can use the order index instead. So the first item on the list is 0, then the second is 1 and so on.

Or you can use a Get a Task module and go to Custom Fields [original] to check the UUIDs of the different values.