Hi! I am getting the following error when using a zap, where I connect a jotfrom to generate a task in click up. Then I have tried with the sheet where they dump the data of the jotform and the error is still the same. They are custom fields in which we have never had problems when making a zap.
I've seen some queries about this, but the solutions they give have not helped me.
Can someone help me? Thanks!
The error message "Value must be an option index or uuid" typically indicates that a field in your ClickUp task creation step is expecting a specific format, such as a UUID or an index from a predefined list, but is receiving something else. In your input data, fields like
cf__07b7ec77-2c59-42be-9f9c-350edf7af7da
andcf__7e92ad69-e09c-4feb-84fb-2ad3da43904e
are using UUIDs, which is correct. However, ensure that all fields requiring a UUID or index are correctly mapped and that any dynamic data (e.g.,{{280614684__COL$C}}
) resolves to a valid UUID or index. You might need to verify the data source or the field settings in ClickUp to ensure compatibility.Additionally, the previous step's output indicates that a filter condition was not met, which stopped the Zap from continuing. The filter was set to pass only if a specific condition was met (
'280614684__COL$I' matches 'Si'
). Since this condition was not satisfied, the Zap did not proceed as expected. To resolve this, you can either adjust the filter condition to match the actual data or ensure that the data being passed meets the filter criteria. This will allow the Zap to continue to the ClickUp step without interruption.