Just a heads up. One of my workflows broke last night. I was using "Meraki - Get Organization Inventory Devices" and filtering on device type.
This was previously a bit "buggy", and the only way I could get it to work was to exactly create a filter like:
[MX67C]
No other variation would work.
Today, you need to have " around string array elements (note that a single quote does not work).
["MX67C-WW"]
I suspect this affects all API calls that require arrays of strings.