Clicking on 'Post' button of any 'Journal Input' field does not post the comments or work notes into ActivityIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Clicking on "Post" button of the "Journal Input" field doesn't post the "comment/work notes" to activity and observed "not supported" in the network tab response, Release Any supported release. Cause The system property "glide.sys.activity_using_audit_direct" is set to true, this causes the activity to build directly from the sys_audit table. And hence, the POST button was not working, only the update/save on the form will work with Journal Input fields. Resolution Set the "glide.sys.activity_using_audit_direct" property to false, this should resolve the issue. Additional Information Available System properties