How to configure the Create Remote Record Action with ServiceNow Remote Instance spokeSummaryIn our example we will create a simple flow whereby whenever an incident is created on the local instance, it shall create a record in the Remote instance with the same short description of the Local instance and with a different Description that we will hardcode at runtime.ReleaseOrlando onwards InstructionsEnsure 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: Execute the flow.The flow should be successfully executed and you should see something as below. You can expand the step section to get more information about what happened at every step of the action. In the Remote instance, you should also see the incident being created as shown below. Related LinksYou can read more about the ServiceNow Remote Instance spoke Here.