The size of the specified 'Data' parameter exceeds the size limit.
Possible Causes
The size of a serialized JSON payload stored in a Sync Document, List Item, or Map Item cannot exceed 16KB; attempting to submit a larger object will yield this error.
Possible Solutions
Reduce the size of the submitted JSON object by removing or compressing data.
Split your data across multiple Map Items, List Items, or Documents.