Passing an object to a data grid

0
Hi. I have a form containing a data grid that i want to call through a microflow. Said microflow fetches different rows from the same entity depending on which form it comes from. Is there a way that i can configure a data grid to get its data from the form caller, similarly to a data view?
asked
1 answers
0

You can do this by adding your datagrid in a dataview. Now you can pass an object to the form with your microflow. Based on your dataview you can use an xpath constraint to restrict data.

answered