I am encountering the following error in my Logic Function on Foundry:Incompatible parameter types for group: Expected Object type but got Object typeThis occurs when I attempt to use a group operation on my dataset. I have verified that the fields being grouped appear to be of the correct type, but the error persists. It is unclear from the error message which specific field or parameter is causing the type incompatibility.
Steps Taken:- Checked the schema of the input data and confirmed the field types.- Attempted to cast fields to the expected types, but the error remains.- Reviewed the documentation for grouping operations in Logic Functions.Request:- Which field or parameter is causing this type mismatch?- Are there any known issues or additional requirements for grouping operations in Logic Functions that could cause this error?
- Any recommended steps to resolve this issue?Thank you for your assistance.