Two parameters in one microflow?

1
Hi guys, I have 2 parameters in one microflow but I get an error message. Error: Parameter 'artikel’ of the selected microflow does not match available arguments. Available argument is object of page parameter (afgifteregel). What should I do.
asked
1 answers
1

Your microflow is only encompassed on the page by an object of afgifteregel. But Artikel is not in scope.

Make sure your microflow is encompassed by a dataview/listview or something which is of entity Artikel.

Or if you don’t need Artikel in your flow, you can just remove the parameter to resolve the error.

answered