Previously, I was using List<List<SObject>> as the input from Flow - but this doesn't allow any new properties/attributes to be added (to extend functionality). I've updated CustomMetadataSaver to instead use an inner class FlowInput as the method parameter.
Previously, I was using
List<List<SObject>>
as the input from Flow - but this doesn't allow any new properties/attributes to be added (to extend functionality). I've updatedCustomMetadataSaver
to instead use an inner classFlowInput
as the method parameter.