Pre-defined values of a parameter in the Entry Point

Hello,

Would like to ask if there is a way to make the parameter of the entry point in an automation to have a pre-defined values in it?

So when this automation is called in another automation, the value of this parameter will just be then selected from those pre-defined values? See image below for an example, on what I want to achieve with my question.

In the image below, I just manually type those 3 options in there but I would like it to be like in a boolean datatype parameter wherein you’re just going to select the True or False value in a dropdown?

@RodelD76There isn’t a way currently to create an enum inside the product. You could potentially create your own data type associated with an enum in your own DLL and then reference that. I believe at that point; the entry parameter would see the type and allow you to select the value from a combo box.