Copy Attachment to Remote Instance throws error: Error while executing, mandatory information isn't passed in local_attachment_sys_idIssue Copy Attachment to Remote Instance throws error: Error while executing, mandatory information isn't passed in local_attachment_sys_idCauseAttachment to be sent should be selected in the inputs. Else, the action won't know what attachment to sent and hence this is a required input for this action.ResolutionHow to populate the value in "Local Attachment" input. There are 2 ways:1) Since the Local Attachment input is Dynamic input and requires the Local Table name and record(which contains attachment), hence it won't populate the attachments if you pill drop the values in Local Table and record inputs. So, you can either pre select the values from drop down in the Local Table and Record input and then they will be shown the list of available attachments in that particular record of the table. And then, they can select their desired attachment to be sent to remote instance.2) If you want to set the value of attachment using pill drop from the table, in that case you can create an additional column in their Table of Type as "Reference" and should be referenced to the "sys_attachment (Attachment)" table. And then you can pill drop this particular column of the table in the flow for the "Local Attachment" input. Attaching the screenshot of how the column should look like.