How to reference value in bundle?


Hi everyone!
I have an appsheet table and whenever a product is added, I try to generate a click up workflow for it. But I don’t know how can I reference the tracking_category custom field.

The tracking_category custom field is created before the product is added to the appsheet table, and has the same value as the {{1.product}} input, but make wants an uuid value, as it cannot find dropdown menu values from text based inputs.

As I don’t know what the field id will be before I create it, I list all the fields and try to find the value where the name of the tracking_category is the same as {{1.product}} field. Map the id.

Could you please point me in the right direction? (I also get the “Module references non-existing module ‘NaN’.” response but I hope solving the tracking_category mystery will solve that as well.)

Thank you for your help in advance!

I worked out this but got the Failed to map ‘custom_fields.09209f7a-ea7f-4fa6-ad27-1f62ab535942’: Function ‘map’ finished with error! Function ‘toArray’ finished with error! Invalid collection. message.