Debugging RPC
In the case that you are using RPC inside your app, you might need to debug it. After this article, you will know how to debug RPCs on Make and be an ace of it!
Last updated
In the case that you are using RPC inside your app, you might need to debug it. After this article, you will know how to debug RPCs on Make and be an ace of it!
Last updated
The RPC debug tool can be found by following:
Go to Custom apps tab.
Select your custom app from the list.
Go to the Remore Procedures tab inside the custom app.
Select an RPC you want to debug.
Click Test RPC.
Compare the tabs below to understand how things work inside RPC on Make.
By default after creating a new RPC, you have a template of the communication code, which should be modified based on your needs.
Also, there is Parameters tab, which by default is empty. Here you can add any parameter needed. In the same way, you can also do it in the Mappable parameters from a module.
RPC debug tool works the same way modules do.
Specify the connection and other fields (i.e. parameters) if needed.
Click the Test button.
The call, which you specified before in the RPC communication, will be executed.
Sometimes you might get an empty array as a response. If that's not the response that you expected. Check that you correctly specified the path to the object, which you use inside iterate
.