Values in API get mixed up
not on the roadmap
A
Arne Nostitz-Rieneck
I use pipedream and make to connect clickup with other services i use. mainly google contacts and calendar. sadly, every time i add a new custom field or relationship instead of adding a new custom field key-value at the end of the existent fields (eg. there are 10 fields, i add a new one, the new one gets id 11), the whole API gets changed. the new ID is somewhere in the middle, pushing everything out of order. meaning i have to resetup all the custom actions that are handled externally.
PLEASE make this stop!
PLEASE make the API easier to access from external tools and keep the numbering of the key the same!
Log In
Joey
not on the roadmap
Hey there! Thanks for sharing your feature request with us. We truly appreciate your input!
As part of our efforts to improve our feedback boards, we're closing this older feature request.
Removing old and inactive posts will increase the communication between the ClickUp team and our users, allowing us to hear more of your great ideas!
If you feel this request is worth revisiting, feel free to create a new post!
Thanks for being a part of our community!
A
Arne Nostitz-Rieneck
or did i miss something here? how are other people doing this?
Reigo Silberg
Arne Nostitz-Rieneck: Every custom field has its own unique ID. Yes, you can not address the Nth element of array, but you can iterate through fields and pick the correct one by its unique ID. You can use datastore to map your fields.