An error "Could not execute the action" appears while submitting a Mobile function in Android devicesIssue When attempting to submit a mobile function on Android devices, an error message is displayed stating that the action could not be executed. If no custom failure message is set up in the Mobile Function, a default error message stating "Could not execute the action" will be displayed on the mobile screen when attempting to submit the function on an Android device. ReleaseAgent app(10.0.2) - Android versionCauseThe problem arises when a Date or DateTime type Item Parameter is utilized in the 'Set field values' section of the Mobile Action Item. If there are no input values for the Date or DateTime type fields via the mobile function, the Mobile function will not execute and will display an error message.ResolutionTo resolve the issue, one solution is to either eliminate the DateTime item parameter from the 'Set field values' of the action item, or set a default value if it aligns with the business use case.Related LinksCreate an action item with parameters PRB1405513 - Marked as "Working as expected"