by creating a new microflow from the properties window of a button the new microflow has a Parameter with an object. What does that means?

-1
by creating a new microflow from  the properties window of a button the new microflow has a Parameter with an object. What does that means?
asked
1 answers
0

This button is probably located inside a widget (dataview, templategrid, listview) that has a datasource object. When in Studio Pro, you select the button, go to the Properties-pane of that button, then you can change the property ‘Events’ to ‘On click’: ‘call a microflow’. Now a popup-window shows up, so you can select a microflow. If you click the ‘New’ button and give it a name, then a new microflow will get created. That microflow will automatically have a parameter of the same entity as the datasource object.

That’s what your sentence means.

answered