I need write a variable inside another variable. For example:
{{get_response.result__rows__0__{{api.data__result__parameters__cl_infor}}}}
it is possible?
I need write a variable inside another variable. For example:
{{get_response.result__rows__0__{{api.data__result__parameters__cl_infor}}}}
it is possible?
Hi there,
Unfortunately whilst I agree it would be a really useful feature, you can’t nest outputs like that. The best option here is probably to use the code service and do it in JavaScript if you know how to code.