Refinery results back into Dynamo

Hello, is there any way to read refinery results and display them as a list in watch node back in Dynamo, once the optimization is completed? It would be very useful to be able to use them right away

refinery results get saved as a json file. You can potentially load that file using JsonData package to read the results and inspect it in multiple ways.

3 Likes

If you select an option in Refinery, the inputs that produce the result should be set accordingly in Dynamo, so run the graph in Dynamo after selecting (or set Dynamo to Automatic) and you should have what you’re after.

2 Likes

Thank you @alvpickmans and @jacob.small. Both of the solutions are useful in specific situations :slight_smile: