Microflow to show the data of an database entry

0
My Goal: I want to show some specific data of a single entry on a pop-up page, in a dataview. (Like title, description and runtime)     The Problem Now I tried to make a microflow, but it only gives me the error “Parameter ‘[object]’ of the selected microflow does not match available arguments. No arguments are available.”   Here's my microflow: Here's the settings for my Retrieve Object: Settings for the Commit Object:     And here's the settings for the End Event   What am I doing wrong? Is the microflow just not correct, or do I need to change some settings?
asked
2 answers
0

Okay, so I fixed the microflow expecting a single object.
But I still have the error Parameter Media of the selected microflow does not match available parameters. No arguments available. 

And I'm completely in the dark on what Mendix means with it. I can't delete that parameter “Media” because I need it for my return value

answered
0

Hi there,

You can do like this

 

Popup page 

 

answered