Learn
Help
Socials
© 2025 make.com
Last updated 23 days ago
Sample is an object representing one item from the response. If you iterate, don’t forget to set "limit": 1, so only one item is processed for sample data.
"limit": 1
The purpose of this RPC is to retrieve sample data dynamically for a module.
{ "url": "/list", "method": "GET", "response": { "limit": 1, "iterate": "{{body}}", "output": "{{item}}" } }
"rpc://NameOfMyRemoteProcedure"