When the data comes from Clickup it is coming as a string value and we need the string value to change to the text value. I have create an Variable Value but it is still only containing the string value. I am not for sure what we are doing wrong.
Hey there,
sorry but what are these IDs you are checking against?
Firstly, if you are going to be using a Set Variable module, might as well use the Switch module instead as it is much easier to configure than those nested if() functions.
ClickUp dropdown fields come up as numbers in the Get a Task module - this is the order index of the item selected.
You have two options - either use the Switch module (or function) to change it to the desired value; or use a get(map()) function to check against the Custom Fields (original) array and get the value directly from there.
The Custom Fields (original) array contains full information on the custom fields this task has access to, including full info on the drop down fields.