Looking for a user friendly solution for dynamo player

Dynamo player is not user friendly enough for some of my coworkers, does anyone have a solution to make sure they would need to input variables first before running the program?

Newer versions prompt you to fill out inputs before running and give warnings if anything is missing. The alternative is using custom inputs from something like Data-Shapes or your own code.

2 Likes

You could create a simple check (x==“” or List.IsEmpty) and python (Revit or Windows Form) pop-up window which appears when not all inputs have been filled in.

I use Data-shapes to force users to input information or in combination use it to indicate if something is needed in a model for a graph to be executed like a parameter, or parameter value or family type. Data-shapes is super powerful for user friendliness.

1 Like