Agent Mobile - 'Allow images upload' is failing to attach the image on the newly created record when used in a function(sys_sg_button) with type as action item and context as record.DescriptionUsing the 'Allow images upload' function (on a sys_ng_button) will fail to attach the image on the newly created record when the function(sys_sg_button) has type as 'action item' and context as 'record'Steps to Reproduce 1. Configure an Action Item that creates a new record. > type - action item > context - record2. Check the "Allow images upload" (so it will be TRUE)3. Open the Mobile app4. Click on the function that creates a new record5. Attempt to upload an imageActual:A new record is created. sys_attachment table is not updated (as expected) and the new record does not show the image that was "uploaded"WorkaroundThe "Allow images upload" option in function requires to fill the table field. If this table field is filled out, then the image upload capability is functional. Related Problem: PRB1350203