Microflow With Data grid

0
I retrieved a list of an entity and returned to the data grid using microflow, my problem is i cannot add the associated attributes to the data grid, it throws error saying "A grid with data source 'microflow' cannot have attribute paths in its columns"  
asked
2 answers
1

Hi Jackson, 

This is normal behaviour for microflows retrieve for datagrids. Perhaps it would be possible to get the list using XPath, that would give you the possibility to display association attributes.

answered
1

If you face difficulty in getting your data by xpath directly - you can create a container object (dataview) in which you retrieve the actual data using a button and associate that data to the container. The grid would then retrieve this data by xpath from the container object and you will be able to use attributes over association (+ sort + export to excel).

answered