Last updated
© 2025 make.com
Last updated
The most common use is the replacing of a select
parameter with static options to select
parameter dynamic options. Thanks to RPCs, we are able to retrieve a list of all available options right inside the parameter, according to the user's perspective.
There are web services, which allow users to have their own structure of data. Therefore, it is needed to make the mappable parameters semi-dynamic, e. g. support custom or dynamic fields.
The purpose of this RPC is to retrieve sample data dynamically for a module. Replaces hard-coded samples, which might become outdated quickly.
RPCs can be used in multiple ways. The number is restricted only by your imagination. In this chapter, we described the most common ways of RPC usage.