Yes, In mosaic there is a node called Peek which can be used to view a sample output of any processed node to which it is connected. The output can be viewed in the Data section in flow canvas, once the flow is executed successfully.
Following are the steps to use Peek node:
- From the list of Process nodes displayed, drag and drop Peek node on the canvas.
- Double-click on Peek node to display the configuration window. The configuration window is divided into two sections,
INPUT
and PROCESS
.
- In the
PROCESS
section, enter the number of records to be displayed.

- Click
OK
.
Now to view the resultant data, once your flow is executed successfully follow below steps -
- Under
Run History
, click on your flow instance which will redirect you to the status view of your flow. You can recognize it by the green border that appears around the nodes.


- Now, double-click on the
Peek
node. This will enable the Data
tab. Click on it to see your resultant data.
