Error: A grid with data source ‘microflow’ cannot have attribute paths in its columns

0
Hi, I have a data grid that is filled by a microflow, I also want to add an attribute that is in another entity. Only I get the error that it is not possible because I call the data grid via a microflow. Does anyone know how you can still add an attribute from another entity?    
asked
2 answers
2

Without any workaround, you can't.

Alternatives are:

  • use templategrid/listview
  • use calculated attribute
  • denormalize data model
  • don't use microflow datasource
answered
0

You could use a non persistent helper entity. So the grid is based on the helper entity and in your MF you create these objects.. 

answered