What is your goal?
I need automatically to update fee amount, in Clio system - custom field (Ex: fee should calculated based on the maximum insurance coverage and the attorney fee percentage (e.g., $100,00 at 20% = $20,00) inside make
What is the problem & what have you tried?
Hi everyone,
I’m working on a Make scenario with Clio Manage and I’m stuck extracting and calculating values from Matter custom fields.
Context
Trigger: Clio – Watch Matters → Clio – Get a Matter
Clio returns Matter custom fields as an array of custom field objects, not as flat properties on the Matter
Each array item contains a custom field name (e.g. Maximum Insurance Coverage, Attorney Fee %) and a corresponding value
Goal: calculate Attorney Fee Amount = Coverage × (Fee % / 100) and update the Matter
What I’ve done
Iterated over the custom field values using Iterator
Recombined them using Array Aggregator
Verified in the run log that the aggregated array contains the correct data
Attempted to convert the aggregated array into a key–value structure and set variables via Tools modules
Problem
Even though the Array Aggregator output clearly shows the correct custom field names and values, any attempt to reference those values after aggregation results in empty outputs. This makes it unclear how to reliably access specific custom field values for calculations within the same scenario.
Question
What is the recommended or best-practice approach in Make for working with Clio Matter custom fields returned as an array, so that specific custom field values can be reliably extracted and used for calculations after “Get a Matter”?
Any guidance would be appreciated — thank you!

