[Teams] sn_va_teams.send_image_as_data sys property not working for absolute URLsDescriptionA rare issue is occurring where Teams is unable to request/download images that are being sent from a Live Agent --> User. A possible workaround to this is to activate the sys_prop sn_va_teams.send_image_as_data to 'true'. This will send the image as base64 encoded data INSTEAD of as a URL - so Teams will not have to make any request. This sys_prop is currently not working for Absolute URLs - which is how these Live Agent --> User images are sent.Steps to Reproduce 1. Turn on Teams Sender subflow Flow Reporting2. flip sn_va_teams.send_image_as_data to 'true'3. Send an image from Live Agent --> User4. Observe the flow payload, see that it includes the data property with valueObserved (i.e. the default, as if sys_prop was 'false'):{ ......"actions": [],"body": [{ "type": "Image","url": "https://empghaqyokohamanightly.service-now.com/api/now/v1/cs/media/hf0NJt6IYE9tXoPBZXXPbJrPS8ETfpsvGajsfyeFz1tBWWPlS0C3XQzuaVME7q8o","id": null,.......Expected: ......[{"type":"Image","url":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADvgAAAcQCAYAAACsF6dsAAABYWlDQ1BJQ0MgUHJvZmlsZQAAKJFtkDFLw1AUhU+1pSAFi4iIOnQQpyqSVumaFhRBaUgtqFuSxlZI00caEXfdCw6aTSsu4qxr/4GC4iCiiwgO4iB20RLva9W06oPL+d7h3svlAF1....WorkaroundInvestigating a possible update setRelated Problem: PRB1898710