Hi All,
Is there any possibility to feed n number of data from another doc to a json response?
For eg: for example, a particular response will be running in loop for n number of times and each time one of the attribute will be picking up a data randomly from a different document.
a json response is something like
{
------
---
"replay": "this data should pick from another json or csv file"
---
}
is this possible?