Dynamic fields RPC
Details to consider
{
"response": {
"iterate": "{{body}}",
"output": {
"name": "{{item.key}}",
"label": "{{item.label}}",
"type": "text",
"required": "{{item.isRequired == 1}}"
}
}
}Examples
RPC with only dynamic parameters
RPC with custom fields (additional dynamic parameters)
Select parameter with nested dynamic parameters under a specific option
Last updated

