Hi Make.com team,
We are the developers of CraftMyPDF.
In our Make app, we use RPC to dynamically generate nested mappable fields when users refresh the module. This used to work correctly. Each time the user refreshed the module, Make would call our RPC endpoint and display the latest fields returned from our server.
However, recently some users reported that refreshing the module always returns the same fields, even after the data has changed on our server.
For example, we use a nested RPC like this:
===
“nested”: “rpc://createMappableParameters?template_id={{parameters.template_id}}&version={{parameters.version}}”
===
Previously, when we hit the refresh button of the module, the nested mappable parameters would update after refreshing the module.
Now, the fields appear to be cached or not refreshed properly, and users keep seeing the old fields.
Could you help us check if there has been any recent change to how RPC-based nested mappable parameters are refreshed or cached?
Thanks!
