ClickUp: Need Access to Custom Field ID from Each Bundle Later in Scenario

I am trying to create a Clickup Task with custom fields.

  1. I list all lists
  2. I list all available custom Fields. (Each bundle has custom field data)
  3. I list all tasks but I don’t think I need to.
  4. I grab the data from the spreadsheet
  5. I try to create the task but I can’t get to the custom field ID from Step 2.

I need access to the custom field id from this step.

If there is an easier way, please share.

Hi @Robert_Payton ,
The question “I try to create the task but I can’t get to the custom field ID from Step 2.” is not very specific unfortunately. Where exactly are you stuck? What are you expecting?

If you would like to add data from a custom field before, you don’t need the “List Custom Fields” module. You can use this once to retrieve the fields, and then statically map this. Just copy the ID from the custom field you like to use and add some data.

1 Like

I was definitely overthinking this one. Thank you for bringing me back to reality. lol

No problem @Robert_Payton :smiley:
It is possible however the way you do it, we also do it sometimes when we have many custom fields where we want to just dynamically grab the field.
By aggregating all the bundles you get out of ClickUp and then using map() and get() functions you can get the values you need.

1 Like