How to call a page with a list view based on a parameter from a previous page?

0
Hello what would be the best practice for this case ? I have a first page with a list view in which I show all the requests from a customer. In front of each request, I show the number of proposals sent to him – i stored this number in the entity itself with a microflow on the attribute to calculate this number. I would like to have the possibility when I click on a button to open a page showing all those numbers. I already have a page with a list view with a Xpath constraint, but I do not see how to add a constraint with a passed parameter
asked
2 answers
0

Is creating a button calling a microflow

then the microflow call a page with a dataview (with the parameter coming from the microflow)

then a datalist nested in the dataview sho the elements

 

this works, but is it a best practice to use a microflow here? is there not a “native” way of doing it?

answered
0

overcomplexified.

just call the page with the nested list view in the dataview...

answered