Hello,
I wonder if it is possible to have a browser that tansmit from several origins, that means having a source code like that:
browser transmit
from: #row1;
from: #row2;
to row: #row3;
andShow: ......
and in the same time to transform one of the output. So having something like:
browser transmit
from: #row1;
from: #row2;
transformed: [ ... ];
to row: #row3;
andShow: ......
If it is possible, what should be put in the transform block? because we have several outputs, so how do we deal with them and what should be returned in the block ?