Entity and Parameter

0
hello everybody,    The following figure shows an example of entity selection in a data grid. I would like to ask: In a data grid, data view, or list view, is it possible to select more than one entity? How can this be achieved? This is important because, as shown in the table (and in the figure), the data is required from multiple entities, not just one. If a row in the table is linked to a page, an error occurs:       Thank you! 
asked
1 answers
0

You could use a microflow as an on-click and feed that all the available parameters. Retrieve the OnboardingProgram in that microflow using the RegistrationP as a parameter or whatever you have available.

 

As far as I can tell from the picture, you are trying to open a page that has a parameter which is NOT available as a context, as the message says. RegistrationP is available (and any other parameters that surround that datagrid.

answered