Using a min value from a dataset as a parameter

Am I able to use the min value from a column in an imported dataset as a parameter?

Yes. Use the “Aggregate” action to obtain the min value. Then use the “Call” action to assign the min value to a parameter in another module.


This is what I’ve achieved thus far, I fail to understand how to use this min value as a parameter.

Put the “Call” action after the “Aggregate” action. Use the “First column value” mode as described here: Announcement: Using first column value in action properties to assign the min value to a/the parameter of the called module.

UPDATE

Adding an example:
call-1value.morph (4.1 KB)