DATA_STRUCTURE_MISMATCH on Make.com: The scenario execution fails with an error message similar to 'Data structure mismatch: Expected a string, but received an object' or 'The value for field 'X' is not of the expected type.' — Root cause: This error occurs when a Make.com module attempts to process data that does not match the expected data type or structure defined for its input fields. For instance, if a module expects a single text string but receives an array of strings or an entire JSON object, a data structure mismatch arises, preventing the module from correctly interpreting and using the data. This often happens when upstream modules output data in an unexpected format due to changes in the source system or incorrect mapping. — If you have followed all the steps and the error pers