Returning results using a micro flow

0
When returning data using a microflow how to you add non-direct associated table's attribute to the grid ?
asked
2 answers
0

Hi Kaelo, 

Using Datagrid2, you can add a custom content column. In this column you could add a dataview that retrieves data via a microflow.

In the case below, showing all Persons from the database and displaying totally unrelated Group information in the second column

image.png

hope this helps

answered
1

Hi Kaelo Matlou,

 

You can do this easily by adding a column with custom content in the datagrid2.

 

And then place a dataview in the custom content column and connect the datasource as microflow as you desired.

 

This way, you can retrieve non-direct associated table's attribute to the grid.

 

Hope it helps.

answered