Hello friends, I would like to be able to understand what is happening with this scenario and how I can solve it…
The error that remains is that I cannot pass the data from google sheets to the click up, in the following images there will be a video testing the platform and the error appearing…
@ONBOSS_DIGITAL You are trying to modify a field (most likely a dropdown field) which requires you to use a UUID or an orderindex instead of text.
ClickUp custom fields something requires this instead of text, so it gives you this error. You can find information about custom field with the module “Get custom fields”
Thanks for stepping in and offering to help @ManishMandot
I understand that you’re sharing this piece in a DM because it probably contains some sensitive info. Do you think you could post a short summary of the solution here as well, though, so that the rest of the community can also learn from you?
the issue is that the dropdown field options have two values in ClickUp i.e. Display Value and the Internal Code (Index or UUID) for that item.
In general, when we Map the option value from a previous module, it comes like a display value; however, in mapping, Clickup expect the internal code (Index or UUID). Hence due to this mismatch, it returns error 400 FIELD_011.
You can use the Switch module to convert your display value to Index or UUID and pass it to ClickUp.
Feel Free to reach out if you want to implement this in your scenario and fix it.
I’m running into the same situation. If someone is able to provide the details on how to convert the display value to Index or UUID, that would be fantastic.
Hey Manish, I’m looking to implement this exact situation into a scenario, would you be able to describe in more detail the function needed to do this?
You can do this dynamically as well, which is way better (in my opinion) then a statically mapped switch() as said above. I have created a quick post about this, which hopefully helps you to get this working: