How to export an incident record from Local Instance to Remote instance using ServiceNow Remote Instance spoke.SummaryIn this scenario we will demonstrate how to use the Export Incident Record from a Local Instance to Remote instance using ServiceNow Remote Instance spoke action "Export Incident Record" Our trigger will be whenever an incident is created in the Local instance and our action should export this incident record to the Remote instance, overriding the Description, passing the Short Description of the local incident, passing the assignment group of the local incident and adding a hardcoded Additional Comments.ReleaseOrlando onwardsInstructionsEnsure that you have properly configured the ServiceNow Remote Instance spoke as per KB0951925Navigate to IntegrationHub -> Credentials Open the Remote Spoke credential record (which is of type Oauth 2.0) that you created for the remote instanceClick on Get Oauth Token and enter the credential to connect to the remote instance NOTE: It is very important that the user with which you authenticate to generate the token has the necessary roles and access. It need to have access to read from sys_db_object to retrieve the tables, read access to be able to retrieve Import Set Tables and it needs to have access to read/write on the table you are going to insert/update/delete a record. Go to Flow designer and create a flow. Our Flow should look something like below:It is important that you select the import set table in the Remote instance Execute the flowCheck the flow execution details. Should look as below. Check the import set in the Remote Instance to see if the record got created successfully or if there is any error troubleshoot accordingly. Check the record if all the expected fields are populated. Related LinksYou can read more about the ServiceNow Remote Instance spoke Here.